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

https://github.com/makstyle119/leetcode

this is my journey to learn and understand DSA by solving leetCode (one problem each day)
https://github.com/makstyle119/leetcode

explanation javascript leetcode leetcode-solutions makstyle119 php python typescript

Last synced: 5 months ago
JSON representation

this is my journey to learn and understand DSA by solving leetCode (one problem each day)

Awesome Lists containing this project

README

          

# LeetCode

this is my journey to learn and understand DSA by solving leetCode (one problem each day)

## Explanation
solution will be explain in Typescript/sql/panda in README file and solution in other languages will be available too

## Folder Structure:

```
├── 📂 28. Find the Index of the First Occurrence in a String
| └── 📄 Solution-for-28.cpp
| └── 📄 Solution-for-28.js
| └── 📄 Solution-for-28.php
| └── 📄 Solution-for-28.py
| └── 📄 Solution-for-28.ts
| └── 📄 Solution-for-28(Alternative Approach).js
| └── 📄 Solution-for-28(Alternative Approach).ts
| └── 📄 README.md
├── 📂 35. Search Insert Position
| └── 📄 Solution-for-35.cpp
| └── 📄 Solution-for-35.js
| └── 📄 Solution-for-35.php
| └── 📄 Solution-for-35.py
| └── 📄 Solution-for-35.ts
| └── 📄 README.md
├── 📂 66. Plus One
| └── 📄 Solution-for-66.cpp
| └── 📄 Solution-for-66.js
| └── 📄 Solution-for-66.php
| └── 📄 Solution-for-66.py
| └── 📄 Solution-for-66.ts
| └── 📄 README.md
└── 📄 README.md
```