foxxmg / DS-Algos

Solutions to DS, Algos, Leetcode, etc. Contributions are welcome for Hacktoberfest 2020 πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DS-Algos

All Contributors

Introduction

This project maintains solutions to various DS, algorithms, and leetcode questions which can be used for technical prep for Software Engineering interviews.

Languages

  • Python
  • Java

Folder Structure

β”œβ”€β”€ algorithms
β”‚   β”œβ”€β”€ Linked Lists
β”‚   β”œβ”€β”€ Searching
β”‚   β”œβ”€β”€ Sorting
β”‚   β”œβ”€β”€ Stacks and Queues
β”‚   └── Trees
β”œβ”€β”€ ctci
β”‚   β”œβ”€β”€ Chapter 1
β”‚   β”œβ”€β”€ Chapter 2
β”‚   β”œβ”€β”€ Chapter 3
β”‚   β”œβ”€β”€ Chapter 4
β”œβ”€β”€ leetcode
β”‚   β”œβ”€β”€ easy
β”‚   β”‚   β”œβ”€β”€ Arrays and Strings
β”‚   β”‚   β”œβ”€β”€ DP
β”‚   β”‚   β”œβ”€β”€ Linked Lists
β”‚   β”‚   β”œβ”€β”€ Stacks and Queues
β”‚   β”‚   β”œβ”€β”€ Trees
β”‚   β”œβ”€β”€ medium
β”‚   β”‚   β”œβ”€β”€ Arrays and Strings
β”‚   β”‚   β”œβ”€β”€ DP
β”‚   β”‚   β”œβ”€β”€ Linked Lists
β”‚   β”‚   β”œβ”€β”€ Stacks and Queues
β”‚   β”‚   β”œβ”€β”€ Trees
β”‚   β”œβ”€β”€ hard
β”œβ”€β”€ misc challenges
β”œβ”€β”€ .gitignore
β”œβ”€β”€ CONTRIBUTING.md
β”œβ”€β”€ LICENSE
└── README.md

Contribution

Before contributing or submitting a PR to this repo, please check the contribution guide.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Rohan Patel

πŸ’» 🚧

Swarn10

πŸ’»

Shravani01007

πŸ’»

Cheshtaa Agarrwal

πŸ’»

AryashDubey

πŸ’»

Shubham Goswami

πŸ’»

Gi Soong Chee

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Solutions to DS, Algos, Leetcode, etc. Contributions are welcome for Hacktoberfest 2020 πŸš€

License:MIT License


Languages

Language:Python 96.8%Language:Java 3.2%