Skip to content

A CLI tool that analyzes user-supplied code for its time complexity

License

Notifications You must be signed in to change notification settings

medishen/TideityIQ

Repository files navigation

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.

About

A CLI tool that analyzes user-supplied code for its time complexity

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks