Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offamitkumar/leetcode
Leetcode Question with With Explained Youtube Videos.
https://github.com/offamitkumar/leetcode
beginner competettive-programming competitive-coding competitive-programming competitive-programming-algorithms competitive-programming-contests interview interview-practice interview-prep interview-preparation interview-questions interview-test interviews leetcode leetcode-cpp leetcode-practice leetcode-questions leetcode-solutions solutions youtube-solutions
Last synced: about 21 hours ago
JSON representation
Leetcode Question with With Explained Youtube Videos.
- Host: GitHub
- URL: https://github.com/offamitkumar/leetcode
- Owner: offamitkumar
- Created: 2020-04-29T11:36:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T13:55:18.000Z (about 1 year ago)
- Last Synced: 2023-09-29T20:41:36.600Z (about 1 year ago)
- Topics: beginner, competettive-programming, competitive-coding, competitive-programming, competitive-programming-algorithms, competitive-programming-contests, interview, interview-practice, interview-prep, interview-preparation, interview-questions, interview-test, interviews, leetcode, leetcode-cpp, leetcode-practice, leetcode-questions, leetcode-solutions, solutions, youtube-solutions
- Language: C++
- Homepage:
- Size: 621 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode
| SOLID Design Pattern | YouTube Video Link | Code File |
|----------------------|---------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|
| 26 | [Leetcode Question 26: Remove Duplicates from Sorted Array, C++](https://youtu.be/OuhmqxxfMhA) | [26.cpp](Problems/26.cpp/) |
| 27 | [Leetcode Question 27: Remove Element, C++](https://youtu.be/Y1976TU1RLA) | [27.cpp](Problems/27.cpp/) |
| 88 | [Leetcode Question 80: Remove Duplicates from Sorted Array II, C++](https://youtu.be/9cpmK2kBbNM) | [80.cpp](Problems//80.%20Remove%20Duplicates%20from%20Sorted%20Array%20II.cpp) |
| 88 | [Leetcode Question 88: Merge Sorted Array, C++](https://youtu.be/wnt8lkFH4vY) | [88.cpp](Problems/88.cpp/) |