Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 807 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 807 Bytes

TideityIQ

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.

Table of Contents

Features

  • Analyze code snippets for time complexity.
  • Provides Big O, Theta, and Omega notation results.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.