In this repository I'll add all of my data structures implementations. I'll use Python for most of the solutions.
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