Skip to content

manishp608/functionGrowthAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function Growth and Complexity Analyzer

This project allows users to input mathematical functions and visually compare their growth rates. It also estimates the time complexity of the provided functions.

Features:

  • Input custom mathematical functions.
  • Plot graphs to compare function growth.
  • Estimate time complexity (Big-O notation) for common functions.

##GitHub Repo Structure functionGrowthAnalyzer/ │ ├── src/ │ ├── init.py │ ├── function_input.py │ ├── function_plotter.py │ ├── function_complexity.py │ └── main.py │ ├── tests/ │ ├── init.py │ ├── test_function_input.py │ ├── test_function_plotter.py │ └── test_complexity_calculator.py │ ├── functions.txt ├── requirements.txt ├── .gitignore ├── LICENSE └── INSTALLATION.md

Usage:

  • Use Input and Plot to display single functions, one at a time.

  • Use clear to delete all existing functions.

  • Compare is for plotting the functions all at once.

  • When in graph, when it is not scale. Press y for scaling y-Axis

  • Press x for scaling x-Axis.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • C 0.7%
  • XSLT 0.6%
  • Cython 0.2%
  • C++ 0.1%
  • Fortran 0.1%
  • Other 0.1%