Skip to content

A simple python project for testing various algorithm and data structure implementations.

Notifications You must be signed in to change notification settings

shorttermmem/algo_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algo_checker

A simple python project for testing various algorithm and data structure implementations.

Current

  • Simple binary/n-ary tree data structure has implemented.
  • More test cases for trees are to be added.

Future

  • Graph
  • Sorting related

Run all tests:

python3 -m unittest

Run individual test:

python3 -m unittest tests/test_tree.py

Discover new tests:

python3 -m unittest discover -[s|t|p]

About

A simple python project for testing various algorithm and data structure implementations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages