KMCoolCode / python-ds

Repository for data structure and algorithms in Python for coding interviews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Python Data Structures and Algorithms

This repository contains questions requiring implementation of data structures and algorithms concepts. It is useful for interviews in Python.

🎯 Objective

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! πŸ˜ƒ

πŸ“ Structure of the repository

As of now, the repository contains 3 main directories: Bookmarks, Data Structures and Algorithms.

Data Structures

Contains all data structure questions categorised into sub-directories like stack, queue, etc according to their type.

  1. Array
  2. Dictionary
  3. Binary Search Tree
  4. Linked List
  5. Stack
  6. Graphs
  7. Circular Linked List
  8. Doubly Linked List

Algorithms

This directory contains various types of algorithm questions like Dynamic Programming, Sorting, Greedy, etc. The current structure of this directory is like -

  1. Dynamic Programming
  2. Graphs
  3. Greedy
  4. Math
  5. Misc
  6. Sorting
  7. Bit Manipulation

Bookmarks

You can find useful links in this repository in the different markdown files. Below is a table of contents.

Category Link
Articles Click Here
Books Click Here
Topics Click Here
Tutorials Click Here
Videos Click Here
Misc. Click Here

πŸ“‹ Things need to be done

As you can see, the repo is still in its infancy. Here are some key things in the to-do.

  1. Queue questions
  2. Algorithms
  3. More questions in data structures, especially for graph, circular linked list, trees, heaps and hash.

βœ‹ Contributing

Contributions are always welcomed. :smiley: Feel free to raise new issues, file new PRs. Consider giving it a star and fork this repo! :wink:

To follow the guidelines, refer to Contributing.md

πŸ“„ License

MIT

About

Repository for data structure and algorithms in Python for coding interviews

License:MIT License


Languages

Language:Python 100.0%