
Pushpendra123
@Pushpendra12314
Followers
20
Following
201
Media
112
Statuses
127
Hello everyone! I'm Pushpendra Kewat, a passionate BCA student at AKS University, Satna. I enjoy diving deep into coding challenges, especially in C++.
Satna, Madhya Pradesh, India
Joined September 2021
π
Day 30 β 6 July 2025.π Practiced recursion with:.β
Tower of Hanoi.β
Subsets (Leetcode 78).β
Subsets II with duplicates (Leetcode 90).β‘ Benchmarked pass-by-value vs reference.π Ref = 5x faster, Value = cleaner.#Cplusplus #DSA #Recursion #100DaysOfCode #Leetcode
0
0
7
π
Day 27, 28, 29.ποΈ 1 July 2025.β
Practiced recursion deeply:. Pre/In/Post pattern (O(2βΏ)). Remove 'a' from string (O(n)). LeetCode 344 β Reverse String (two-pointer, recursion, extra space). Every day = stronger logic πͺ.#100DaysOfCode #DSA #Cplusplus #Recursion #LeetCode
0
0
3
πDay 25 & 26.π
28 June 2025.π§ Practiced Recursion with the classic Maze Path Problem in C++.β
Counted total ways from (1,1) to (3,3).β
Printed all paths using just recursion, no DP.Sample paths:. RRDD, RDRD, RDDR, DRRD, DRDR, DDRR.π‘ Learned:.#100DaysOfCode #Recursion #DSA
0
0
2
π
Day 23 & 24.ποΈ 26 June 2025.Practiced recursion:.β’ Factorial.β’ Power (a^b).β’ Fibonacci.β’ Climbing Stairs (Leetcode 70 β recursive). Recursion getting clear π.#100DaysOfCode #CPP #DSA #Recursion #Leetcode70
0
0
12
π Day 22 β #100DaysOfCode.π Learned how to analyze and optimize Time & Space Complexity in C++.π‘ Solved Leetcode 2207 β Find All K-Distant Indices in an Array.β
Improved space efficiency by removing extra arrays.#Leetcode #CPP #DSA #CodingJourney #CodeNewbie
0
0
1
Day 21 β 23 June 2025.βοΈ Learned Time & Space Complexity.βοΈ Compared 4 methods to find duplicates.βοΈ Solved:.β’ Leetcode 205 β Isomorphic Strings.β’ Leetcode 217 β Contains Duplicate.Explored 442 next π¨βπ».#100DaysOfCode #DSA #CPlusPlus
0
0
2
Day 19 & 20 β #100DaysOfCode.π
22 June 2025.Due to a sudden power cut in my village, I couldn't post daily. β
Used stringstream for word splitting.β
Learned stoi vs stoll.β
Found most frequent word in a sentence.β
Solved Longest Common Prefix (Leetcode).#CPlusPlus #Coding
0
0
3
Day 16, 17 & 18 β #100DaysOfCode.π
20 June 2025.The last 3 days have been all about strings in C++!.πΉ Solved multiple string problems (screenshot says it all π).πΉ Practiced character frequency, indexing, and built-in functions.#Cplusplus #Leetcode #DSA #LearningInPublic
0
0
3
Day 15 β 17 June 2025 #100DaysOfCode.π Solved Leetcode 240: Search a 2D Matrix II.Used the top-right corner approach for fast search in O(m + n) time. Clean and efficient for sorted 2D matrices!.Back to code grind now that exams are over! π»π₯.#LeetCode #Coding #100daysofcode
0
0
16
Day 14 β June 16, 2025.π Exams over β back to coding grind! πͺ.π Solved LeetCode 861: Score After Flipping Matrix.π Focused on flipping rows & columns smartly.β¨ Used binary row scores to maximize the sum.#100DaysOfCode #LeetCode #Cplusplus #ProblemSolving #CodeNewbie
0
0
11
Day 13 β #100DaysOfCode.Solved LeetCode 118: Pascal's Triangle β
.Practiced 2D vectors, loops, and pattern generation in C++. Learning how to build logic cleanly and efficiently!.#LeetCode #DSA #365DaysofCoding
0
0
2
Day 12 β 2 June 2025#100DaysOfCode.Today, I played around with printing 2D matrices in zigzag style (row-wise & column-wise)βsuper fun once you get the pattern!.That helped me finally crack Leetcode 54: Spiral Matrix .Turns out spiral is just zigzag in 4 directions!.#Coding #DSA
0
0
2
π
Day 11 β June 1, 2025.Today I learned how to multiply two 2D matrices using C++! π§ .β
Used vector<vector<int>> to dynamically store matrices.β
Applied triple loop for matrix multiplication logic.β
Optimized for sparse matrices (skipped 0s to boost performance).#365DaysOfCode
0
0
1
π
Day 10 β May 31, 2025.Today I learn how to transpose a matrix without extra space by swapping elements across the diagonal.Then I use that trick to solve LeetCode 48 (Rotate Image).First, I do it manually (swap + reverse rows).Then I use reverse() from STL β much cleaner .#DSA
0
0
2
ποΈ Day 8 β May 29, 2025.β Unable to study due to a sudden cold. π Took rest. ποΈ Day 9 β May 30, 2025.Solved basic 2D matrix problems:.Find maximum element.Find minimum element.Compute sum and product of elements.Perform transpose operation.Solved LeetCode 867 β Transpose Matrix
0
0
10
Day 7 β May 27, 2025.Revisiting 2D arrays in C++ today:.Explored different ways to declare & initialize.Solved for max & min values (both with and without built-ins).Sharpened my nested loops & comparison logic.Great way to reinforce DSA fundamentals! .#DSA #365DaysofCoding
0
0
1
π
Day 6 β May 27, 2025.Just solved the Trapping Rain Water problem on LeetCode(42)!.Started with the prefix/suffix max approach, then optimized it to a two-pointer solution π‘.β
O(n) time, O(1) space.#LeetCode #DSA #Cplusplus #CodingInterview #100DaysOfCode #ProblemSolving
2
0
8
Day 4: May 25, 2025.Today, I solved a new LeetCode problem .LeetCode 88 β Merge Sorted Array. #LeetCodeChallenge #Sorting #Coding #100Days
0
0
6