/pylib

This is a library that I use for maintaining Python code for different data structures and algortithms.

Primary LanguagePython

Python Library

Contains different data structures. Eg. LinkedList

Usage:

import data_structs as ds
ll = ds.LinkedList()

Enjoy!