Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.