Skip to content

fcaneto/py_data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_data_structures

A Python 3 data structures library.

I'm pretty confident to state that this is a forever WIP project. What do we have now:

  1. (WIP) A sorted set implementation using different binary search trees (dumb BST and two red-black trees versions, Cormen's classical and Okasaki's immutable).
  2. (WIP) A trie implementation.

Copyright & License

Copyright (c) 2014 Fernando Andrade Neto

Licensed under MIT, see LICENSE file.

About

A python 3 data structures library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages