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)
- Host: GitHub
- URL: https://github.com/makstyle119/leetcode
- Owner: makstyle119
- Created: 2025-01-31T18:57:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-02-02T13:20:52.000Z (10 months ago)
- Last Synced: 2025-03-30T21:29:05.464Z (8 months ago)
- Topics: explanation, javascript, leetcode, leetcode-solutions, makstyle119, php, python, typescript
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```