/Data-Structures

In this repository I'll add all of my data structures implementations. I will use Python for most of the solutions.

Primary LanguagePython

Data Structures

In this repository I'll add all of my data structures implementations. I'll use Python for most of the solutions.

Topics

Run on Linux

Open your Linux terminal and execute the commands below.

git clone https://github.com/Mehedi61/Data-Structures.git
cd Data-Structures/data-structures/

for python ...

python3 filename.py

for csharp ...

mcs filename.cs
mono filename.exe