Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 834 Bytes

File metadata and controls

27 lines (24 loc) · 834 Bytes

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