Skip to content

ltrottier/pystruct3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystruct3

Algorithms and Data Structures in Python 3.

The goal of this project is to help python newcomers understand how to implement and test data structures in Python 3.

Currently available:

  • List
    • Single linked
    • Double linked
    • Circular single linked
    • Circular double linked
    • Array
  • Stack
    • Single linked
  • Queue
    • LIFO with double linked list
  • Graph
    • Adjacency list
    • Adjacency matrix
  • Tree

Installation

pip install pystruct3

IMPORTANT

This library is under construction. Expect daily commits and no backward compatibilities.

About

Algorithms and Data Structures in Python 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages