Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medishen/tideityiq
A CLI tool that analyzes user-supplied code for its time complexity
https://github.com/medishen/tideityiq
Last synced: 17 days ago
JSON representation
A CLI tool that analyzes user-supplied code for its time complexity
- Host: GitHub
- URL: https://github.com/medishen/tideityiq
- Owner: medishen
- License: mit
- Created: 2024-11-05T14:39:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T14:32:36.000Z (18 days ago)
- Last Synced: 2024-12-22T15:29:24.525Z (18 days ago)
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# 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
- [TideityIQ](#tideityiq)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)## 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](LICENSE) file for more details.