The best YouTube channels in the world. If you haven't discovered their content yet, you're missing some of the finest entertainment on the internet. A thread π§΅π
1. passenger paramvir(india)
Day 94 β
LeetCode Solved:
Palindrome Linked List π
Used fast & slow pointers + reverse second half to check palindrome efficiently β‘
π LeetCode: https://t.co/5E3nwVcUxw
#LeetCode#DSA#Coding#ProblemSolving#LinkedList
Day 93 β
LeetCode Solved:
Container With Most Water π§
Used Two-Pointer approach β maximizing area efficiently instead of brute force β‘
π LeetCode: https://t.co/5E3nwVdsn4
@akshaymarch7#LeetCode#DSA#TwoPointers#Coding#ProblemSolving
Day 89 β
LeetCode Solved:
Binary Tree Level Order Traversal π³
Used BFS + Queue to traverse level by level π
π LeetCode: https://t.co/5E3nwVdsn4
π GitHub: https://t.co/lwbn1CAx53
@akshaymarch7#Leetcode#DSA#BinaryTree#Coding
Day 86 β
LeetCode Solved:
πΉ Fibonacci Number (DP + memoization)
πΉ Power of Two (bit hacks β¨)
π LeetCode: https://t.co/5E3nwVdsn4
π GitHub: https://t.co/lwbn1CAx53
@akshaymarch7#Leetcode#DSA#Coding#BitManipulation
Day 85 β
LeetCode Solved:
Two City Scheduling ποΈ
Used greedy β sort by cost diff, send half to A & half to B. Minimum cost achieved β‘
π LeetCode: https://t.co/5E3nwVdsn4
π GitHub: https://t.co/lwbn1CAx53
@akshaymarch7#Leetcode#DSA#Greedy#Coding
Day 84 β
LeetCode Solved:
πΉ Find K Closest Elements
πΉ Single Element in a Sorted Array
Binary search magic β‘ β narrowed windows & cracked sorted array mysteries in O(log n).
π LeetCode: https://t.co/5E3nwVdsn4
@akshaymarch7#Leetcode#DSA#BinarySearch#Coding
Day 83 β
Leetcode Solved:
Word Search π€π
Used DFS + backtracking to explore grids & track visited paths efficiently.
π LeetCode: https://t.co/5E3nwVdsn4
@akshaymarch7#Leetcode#DSA#Backtracking
Day 81 β
LeetCode Solved:
Letter Combinations of a Phone Number π’β‘οΈπ€
Used backtracking to generate all possible combinations.
@akshaymarch7
π LeetCode: https://t.co/5E3nwVdsn4
π GitHub: https://t.co/lwbn1CAx53
#Leetcode#DSA#Backtracking#Coding
Day 80 β
LeetCode Solved:
πΉ Next Greater Element I
πΉ Daily Temperatures π‘οΈ
Both solved using monotonic stack for O(n) efficiency π₯
π LeetCode: https://t.co/5E3nwVdsn4
π GitHub: https://t.co/lwbn1CAx53
@akshaymarch7#Leetcode#DSA#Coding