★ wanayoo — archive 1999 https://github.com/MapleCCC/PyDSANouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

PySTL

A toy project dedicated to study purpose. Learn both Python programming language and the subject of data structures and algorithms via practice process of re-inventing wheels. Code here is not intended for production environment or any pragmatic usage. Personal reuse purpose.

How to use

  1. Pick the data structure you need from Table. Copy source code or individual file.

  2. Add the algorithms/ package to your working directory.

  3. Deploy the algorithms/ directory to somewhere centric, add it to PYTHONPATH.

Table

[......]

Run Test

The repo uses hypothesis to test. Install it before running unit tests.

# Install prerequisites
$ pip install -r test_requirements.txt

# Run all test suites
$ make test

# Run a specific test
$ python -m unittest test.test_splay_tree

About

A toy Python project focused on data structures and algorithms learning via reinventing wheels.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.