๐code_ shami ๐
@Shami_Kumar1
Followers
392
Following
2K
Media
21
Statuses
578
๐ Passionate Backend Dev ||๐ขNode.js ||โ๏ธReact.js || ๐พ MySQL ||โกExpress.js || ๐ REST API ๐๐งโ๐ปAlso mastering C++& DSA for strong problem-solving skills
Joined June 2025
๐Day 20 of my #LeetCode journey in #C++!Solved "Peak Index in a Mountain Array" ๐๏ธ learned how to findthe peak efficiently with clean logic&0ms runtime #DSA #ProblemSolving #100DaysOfCode #Placement #CodingJourney #InterviewPrep #FAANGprep #AI #Innovation #SoftwareEngineering
1
0
8
๐ฅDay 19 of my #LeetCode DSA Journey in #C++! Solved ๐งฉPermutation Sequence (Hard) today โ learned factorial logic, pattern math & recursion magicโก Feeling pumped for next challenge ๐ช #100DaysOfCode #CodingJourney #ProblemSolving #Backtracking #DSA #CPP #TechTwitter #CodeNewbie
2
1
17
๐ Day 18 of my #LeetCode journey! Solved โK-th Symbol in Grammarโ in C++ ๐ง ๐ป Dove deep into recursion & pattern logic โ0ms runtime โก #tech #innovation #AI #programming #coding #softwareengineering #DSA #CPP #ProblemSolving #CodingJourney #100DaysOfCode #Learning #CareerGrowth
2
2
21
๐ง Day 17 | LeetCode DSA Journey ๐ Solved โCount and Sayโ ๐ข โ learned recursion & string manipulation magic ๐ช Every problem = one step closer to mastery ๐ป๐ช #Consistency > #Motivation โก #Day17 #LeetCode #DSA #CPP #ProblemSolving #CodingJourney #Recursion #100DaysOfCode
1
0
16
๐ป #Day16 of my #LeetCode Journey! Solved "Generate Parentheses"usingC++ โ mastered ๐ recursion+backtracking ๐ช Everyproblem builds logic,patience &power ๐ง โจ #DSA #CPP #ProblemSolving #100DaysOfCode #CodingJourney
#Placement #InterviewPrep #CodingInterview #SoftwareEngineering
0
0
14
๐ Day 15 | #LeetCode DSA Journey (C++) Solved โCombination Sumโ (Medium) โจLearned recursion+backtracking Focused on unique combinations & efficient explorationโ
Alltestcasespassed(Runtime:12ms)#DAs #CPP #100DaysOfCode #ProblemSolving #CodingJourney
#Placement #InterviewPrep
0
0
9
๐ง Day 14 of my #LeetCode journey in C++! Solved the Subsets (Power Set) problem today โ๏ธ ๐กLearned how recursion & backtracking explore all possible combinations โ every choice โ
All test cases passed โฑ Runtime: 3ms | ๐พ Memory: 15.49M #100DaysOfCode #LeetCode #Cplusplus #DSA
0
0
6
๐ง ๐ป Day 13 of #LeetCode DSA grind in C++ Solved: Longest Common Prefix ๐ค โก Runtime: 0 ms (Top 100%) ๐ฆ Memory: 11.5 MB ๐งต Approach: Sort + Compare First & Last Strings โ
Status: Accepted ๐ธ Screenshot = Motivation Boost! #100DaysOfCode #DSA #CPlusPlus #TechWithShammi #CodeNew
0
0
6
๐ Day 12 of my #LeetCode journey in DSA (C++) Solved โValid Anagramโ ๐งฉ today! ๐ก Learned how sorting helps compare strings efficiently & sharpened my problem-solving mindset ๐ป Every problem = a new step toward mastery ๐ช #Day12 #DSA #CPlusPlus #ProblemSolving #LeetCode
0
0
4
๐ง Day 10 of #LeetCode DSA in C++ โ
Solved: Search a 2D Matrix II ๐ Learned top-right corner search trick โก Time: O(m + n) | ๐พ Space: O(1) ๐ธ Accepted with clean logic! Every matrix has a patternโtoday, I cracked it. #CodingJourney #DSA #CPlusPlus #TechGoals #MrGlobal360
0
0
3
๐ง Day 9 of #LeetCode DSA in C++ โ
Solved: Score After Flipping Matrix ๐ Used greedy row flips + bitwise XOR ๐ Runtime: 100ms | ๐พ Memory: 11.2MB ๐ก Learned binary-to-decimal tricks & matrix optimization! Feeling ๐ฅ & ready for Day 10! #CodingJourney #CPlusPlus #DSA #Xtwiteer
0
0
3
๐ Day 8 of my #LeetCode DSA Journey (C++) Solved Pascalโs Triangle ๐บ today! Learned how math & logic merge beautifully ๐ก โ
0ms runtime โก โ
Boosted my problem-solving mindset ๐ช #DSA #Cplusplus #100DaysOfCode #CodingJourney #PascalTriangle
0
0
3
๐ Day 7 of my LeetCode DSA Journey (C++) Solved the Spiral Matrix ๐ problem today! Learned how to traverse a matrix layer by layer โก๏ธโฌ๏ธโฌ
๏ธโฌ๏ธ ๐ก 0ms runtime โก Beat 100% ๐ Every day = sharper logic + cleaner code ๐ป #LeetCode #DSA #Cplusplus #100DaysOfCode #Coding
0
0
3
๐ข Day 6 of #LeetCode DSA in C++ ๐ข Today I solved the Rotate Image (90ยฐ Clockwise) problem ๐ ๐ Key steps: 1๏ธโฃ Transpose the matrix 2๏ธโฃ Reverse each row โ
In-place โ O(Nยฒ) time | O(1) space โ
Runtime: 0 ms (beats 100%) โก #DSA#CPP#ProblemSolving#CodingJourney#Matrix
0
0
3
๐ Day 5 of #LeetCode Journey (DSA in C++ โก) Solved Transpose of a Matrix (LC #867) ๐งฎ โจ Rows โ Columns โจ Clean & optimized C++ code โจ Runtime: 0 ms (Beats 100%) โ
Every day = Stronger logic ๐ช #DSA #Coding #Cplusplus #100DaysOfCode
0
0
4
๐ข Day 4 of my #LeetCode + #DSA journey in C++ ๐ป Solved Problem #42 โ Trapping Rain Water ๐ง โจ Key learnings: ๐น LeftMax & RightMax arrays ๐งฑ ๐น Breaking complex into subproblems ๐น Visualize โ then optimize โ
Accepted: 0 ms | Beats 100% ๐ #100DaysOfCode #CodingJourney
1
0
8
๐ข Day 3 of my #LeetCode + #DSA journey in C++ ๐ป Solved Problem #31 โ Next Permutation ๐ โจ Key takeaways: ๐น Pivot index & lexicographic order ๐น Smart swaps + reverse for efficiency ๐น In-place logic > brute force โ
Accepted: 0ms | Beats 100% #100DaysOfCode #CodingJourney
0
0
5
๐ข Day 1 of my #LeetCode + #DSA journey in C++ ๐ป Solved Problem 75 โ Sort Colors ๐จ โจ Learned: ๐น Break problems into steps ๐น In-place optimization ๐น Debug โ Accepted โ
โก First win: 0 ms runtime | Beats 100% ๐ฏ #CodingJourney #100DaysOfCode
1
0
7