skjha1 / The-Leetcode-Sprint

# 100 Days to Coding Confidence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The-Leetcode-Sprint

100 Days to Coding Confidence! I might not always stick to a strict daily schedule due to other tasks, but you can expect new videos within about a week.

Before getting into this repo lets understand the Importance of Problem solving and DSA in coming 10 to 20 years click below video to understand more.

Let's connect on discord for Technical and DSA related Discussion: DisCord

Purpose for this Repo:

Finding code for a problem online is easy. These videos explain things in a unique way, aiming to visually demonstrate how the code works and solves problems behind the scenes with tests. Once you grasp it, explaining problems will be a piece of cake. Share this with your friend who's nervous about data structures and problem-solving. Cheers!

Day Problem Video Explained Code Unit test Blog Handwritten Notes Time complexity Space complexity
1 Two Sum Problem ▢️ Video πŸ’» Code πŸ–₯️ UT πŸ“ πŸ“˜ O(n) O(n)
2 Add Two Numbers ▢️ Video πŸ’» Code πŸ–₯️ UT πŸ“ πŸ“˜ O(max(m, n)) O(max(m, n))
3 Longest Substring Without Repeating Characters ▢️ Video πŸ’» Code πŸ–₯️ UT πŸ“ πŸ“˜ O(n) O(mix(m, n))
4 Merge Two Sorted Lists ▢️ Video πŸ’» Code πŸ–₯️ UT πŸ“ πŸ“˜ O(m + n) O(1)
5 Longest Palindromic Substring V.Imp ▢️ Video πŸ’» Code πŸ–₯️ UT πŸ“ πŸ“˜ O(n^2) O(n^2)
6 Container With Most Water V.imp ▢️ Video πŸ’» Code πŸ–₯️ UT πŸ“ πŸ“˜ O(n) O(1)
7 Trapping Rain Water V.imp ▢️ Video πŸ’» Code πŸ–₯️ UT πŸ“ πŸ“˜ O(n) O(1)

About

# 100 Days to Coding Confidence


Languages

Language:Java 100.0%