项目作者: recursive-PJ

项目描述 :
Visualizing the time complexities of various algorithms in python.
高级语言: Jupyter Notebook
项目地址: git://github.com/recursive-PJ/ADA-Algorithms-with-their-Analysis.git


ADA-Algorithms-with-their-Analysis

Visualizing the time complexities of various algorithms using python.

Algorithms in Notebook:

  • Selection, Insertion, Quick Sort
  • Iterative & Strassen Matrix Multiplication
  • Fractional Knapsack Problem
  • Prim’s Algorithm
  • N-Queens Problem
  • Hamiltonian Cycle
  • M Coloring problem

Installing the required packages

Be sure to have pip installed in your system.

  1. pip install -r requirements.txt

The following command will install the packages according to the configuration file
Put requirements.txt in the directory where the command will be executed. If it’s in another directory, specify the absolute path.