TideityIQ is a command line tool designed to analyze algorithmic complexity in Python, JavaScript and C codes. This information provides insight into the time complexities (Big O, Theta, and Omega notations) of user-supplied code snippets.
- Analyze code snippets for time complexity.
- Provides Big O, Theta, and Omega notation results.
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.