prabhupant / python-ds
- четверг, 10 октября 2019 г. в 00:23:28
Python
Repository for data structure and algorithms in Python
This repository contains data structures and algorithms concepts and questions in Python.
The open source community has helped me a lot during my interview preparations and studies while I was in my undergrad. I always wanted to give something back to the community. In my endeavour to contribute something back, I will be uploading data structures and algorithms questions in Python in this repo. Feel free to contribute and get in touch!
As of now, the repository contains a file called useful_links.md and 2 main directories: Data Structures and Algorithms.
Contains all data structure questions categorised into sub-directories like stack, queue, etc according to their type.
This directory contains various types of algorithm questions like Dynamic Programming, Sorting, Greedy, etc. The current structure of this directory is like -
This file is for storing some useful websites, or articles, or videos that can be useful for interview preparations and help to increase knowledge.
As you can see, the repo is still in its infancy. Here are some key things in the to-do.
Contributions are always welcomed.
Here are some guidelines: