This repo contains the implementation of the data-structures and algorithms such as Linked List, Stacks, Trees, Graphs etc.
Python
-
Drop a ⭐ on the Github Repository.
-
Make sure to install python on your computer- https://www.python.org/downloads/
-
Download Python IDE or code editor for python code
- Install Anaconda for Windows
- Install Anaconda for MacOS
- Install Anaconda for Linux
- Install VS code for Windows/Mac/Linux
-
Clone the Repo by going to your local Git Client and pushing this command:
git clone https://github.com/Pranav016/DS-Algo-in-Python.git
-
Clone the Repo to a particular folder on your system by going to your local Git Client and pushing this command:
git clone https://github.com/Pranav016/DS-Algo-in-Python.git <folder-name>
-
Open the project in the Jupyter Notebook/VS code to use it.