Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pranav016/ds-algo-in-python

Implementation of Data-structures and Algorithms in Python.
https://github.com/pranav016/ds-algo-in-python

algorithms data-structures python time-complexities

Last synced: about 1 month ago
JSON representation

Implementation of Data-structures and Algorithms in Python.

Awesome Lists containing this project

README

        

# 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 :star: on the Github Repository.

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

1. Download Python IDE or code editor for python code

* [Install Anaconda for Windows](https://docs.anaconda.com/anaconda/install/windows/)

* [Install Anaconda for MacOS](https://docs.anaconda.com/anaconda/install/mac-os/)

* [Install Anaconda for Linux](https://docs.anaconda.com/anaconda/install/linux/)

* [Install VS code for Windows/Mac/Linux](https://code.visualstudio.com/Download)

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```

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

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