Skip to content

Implementation of Data-structures and Algorithms in Python.

Notifications You must be signed in to change notification settings

Pranav016/DS-Algo-in-Python

Repository files navigation

About repo-

This repo contains the implementation of the data-structures and algorithms such as Linked List, Stacks, Trees, Graphs etc.

Technology used:

Python

Environment Setup and Local Installation:

  1. Drop a ⭐ on the Github Repository.

  2. Make sure to install python on your computer- https://www.python.org/downloads/

  3. Download Python IDE or code editor for python code

  1. 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

  2. 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>

  3. Open the project in the Jupyter Notebook/VS code to use it.