Skip to content

SiddharthKarmokar/functionGrowthAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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.

TEAM MEMBERS :

  1. Siddharth Karmokar - 123cs0061
  2. Manish P - 123cs0005
  3. Sarath P - 123cs0028
  4. Samsrith M - 123cs0029
  5. Kiran G - 123cs0018
  6. Rovan M - 123cs0036

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •