Programs Overview
Math String Evaluation: This program evaluates mathematical expressions provided as strings. It can handle basic arithmetic operations, parentheses, and more complex expressions.
Word Analysis & Patterns: The word analysis program performs the following tasks on a list of words:
- Identifies Duplicate Words: Finds and lists all duplicate words in the input.
- Words with Highest Number of Vowels: Determines which words have the highest number of vowels and lists them.
- Palindrome Detection: Identifies all palindrome words from the list.
Contributing: Contributions are welcome! Please fork this repository and submit a pull request if you have any enhancements or bug fixes.