Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harshoza36/leetcode_problems

Solutions to my LeetCode Problem Solving
https://github.com/harshoza36/leetcode_problems

interview-preparation leetcode leetcode-python

Last synced: about 2 months ago
JSON representation

Solutions to my LeetCode Problem Solving

Awesome Lists containing this project

README

        

# LeetCode_Problems

```css
Solutions to my LeetCode Problem Solving
Use the Solutions links below, which brings you to a Readme file of that problem type
for navigating problems easily The problem types not listed here are covered in Misc Folder.
```
Also,
Use Github Feature Preview - > Command Palette
To open the command palette:
```
macOS: ⌘ k or ⌘ opt k
other: Ctrl k or Ctrl alt k
```
Once you open the pallete press```/``` and just start searching the question,

It will find it in the whole repository

|Problem Type|Solutions|
|--------------|--------|
|Arrays Matrix Stack Queue Heaps|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/blob/main/Arrays%2C%20Matrix%2C%20Stack%2C%20Queue%2C%20Heaps/README.md#leetcode-problems-on-arrays-matrix-stack-queue-heaps)|
|Backtracking|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/BackTracking#leetcode-problems-on-backtracking)|
|Bit Manipulation|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Bit%20Manipulation#leetcode-problems-on-bit-manipulation)|
|Concurrency|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Concurrency#leetcode-problems-on-concurrency)|
|Database|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Database#leetcode-problems-on-database)|
|Design|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Design#leetcode-problems-on-design)|
|Dynamic Programming|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Dynamic%20Programming#leetcode-problems-on-dynamic-programming)|
|Linked Lists|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Linked%20List#leetcode-problems-on-linked-list)|
|Math|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Math#leetcode-problems-on-math)|
|Misc|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Misc)|
|Shell|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Shell#leetcode-problems-on-shell)|
|Strings|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/String#leetcode-problems-on-strings)|
|Tree Graph BFS DFS|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Tree%2C%20Graph%2C%20BFS%2C%20DFS#leetcode-problems-on-tree-graph-bfs-dfs)|
|Trie|[ReadME](https://github.com/HarshOza36/LeetCode_Problems/tree/main/Shell#leetcode-problems-on-trie)|