Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pranav016/ds-algo-in-python
- Owner: Pranav016
- Created: 2020-08-03T08:57:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T17:14:27.000Z (about 4 years ago)
- Last Synced: 2024-11-05T23:41:16.625Z (3 months ago)
- Topics: algorithms, data-structures, python, time-complexities
- Language: Python
- Homepage:
- Size: 178 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.