Skip to content

taciogt/data-structures-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Codacy Badge

Data Structures in Python

Common data structures implemented in a pythonic manner. This objects follow the python's data model by implementing the interface corresponding to each structure. Sequences can provide the same interface as built-in classes such as list by emulating a container type.

Sequences

Linked List

From Wikipedia:

a linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next.

About

Common Data Structures Implemented in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages