8000 GitHub - shorttermmem/algo_checker: A simple python project for testing various algorithm and data structure implementations.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Contributors 3

  •  
  •  
  •  

Languages

0