Skip to content

hero24/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures

Introduction

A repository containing implementations of different data-structures in various langugages. This has been created as container for code I have wrote for either certain purpose or learning of language or data-structure and is updated as I have time or need.

Contents

Data structure Languages
CircularList Python
DictGraph Python
HashTable C
Heap C++
MatrixGraph Python
Queue Python
SerializableArrayList C#
SerializableSinglyLinkedList io
SinglyLinkedList C,C++,io
SortedList Haskell
UniversalDictionaryStructure C++
WeightedDictGraph Python
WeightedMatrixGraph Python

Installing

Python implementations can be easly installed by running __init__.py

python3 ./__init__.py

About

Abstarct data types - different languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published