
Harshit Yadav
@harshit_yadav03
Followers
39
Following
311
Media
34
Statuses
55
New to code. Big on learning. Bigger on building.
Joined August 2023
๐ Starting my #100DaysOfCode Challenge!.Now that my end sem exams are over, Iโve decided to make this summer count. Iโll be focusing on.โ
DSA (LeetCode + Striver Sheet).โ
Web Dev.Letโs gooo ๐ป๐ฅ.Follow along if youโre on the same journey โ letโs grow together!.#BTech #DSA #Dev.
3
0
17
Day 34 of #100DaysOfCode ๐ป. ๐งช Took my first LeetCode Contest today. โ Solved Q1: Split Array by Prime Indices. Solved: .Asteroid Collision (fun stack-based sim!).Sum of Subarray Ranges using monotonic stacks. Bit by bit, getting sharper. Letโs keep going . #Leetcode #Coding
0
0
6
๐ Day 33 of #100DaysOfCode. โ
Solved: Leetcode 907 โ Sum of Subarray Minimums.๐ Used monotonic stacks to optimize brute-force O(nยฒ) โ O(n).Approach:. For each element arr[i], calculate how many subarrays it is the minimum in. #Leetcode #DSA #Codeforces #Coding
0
0
9
โ
Day 32 of #100DaysOfCode.Today I:.Solved.๐ง Trapping Rain Water. Next Smaller Element.๐ Split a String in Balanced Strings.๐ก Length of Last Word. Learned about .sort() and .filter() methods in JavaScript.Small steps every day ๐ป๐.#LeetCode #JavaScript #DSA #striver
1
0
10
โ
Day 31 of #100DaysOfCode. ๐ Solved Next Greater Element II on LeetCode using a circular array + monotonic stack.๐ Learned how to use CSS custom properties (variables) โ game changer for dynamic styling!.One step at a time .#LeetCode #DSA #100DaysOfCode #CSS #WebDev #Code
0
0
9
โ
Day 30 of #100DaysOfCode. Solved Next Greater Element I on LeetCode ๐ป.๐ง Approach: Used a monotonic stack + hash map to store the next greater for each element in nums2, then mapped results for nums1. Efficient and clean! โก.Slow progress is still progress .#LeetCode #DSA
0
0
8
โ
Day 29 of #100DaysOfCode. ๐น Solved 4 core stack/queue questions on LeetCode:.โข Min Stack.โข Valid Parentheses.โข Implement Stack using Queues.โข Implement Queue using Stacks.๐น Built a working Clock using HTML, CSS & JavaScript ๐. #LeetCode #JavaScript #DSA #WebDevelopment
0
0
8
Just completed 100 questions on LeetCode! โจ.Still a long way to go, but happy with the consistency so far. Big thanks to @striver_79 โ your tutorials and DSA sheet have been a game-changer ๐.Letโs keep learning and improving one problem at a time. #100DaysOfCode #LeetCode #DSA
0
0
12
๐ง Day 28 of #100DaysOfCode. โ
Solved "Divide Two Integers" on LeetCode. ๐ฅ Built a Drum Kit website using HTML, CSS & JavaScript.โ Event handling with keydown.โ Audio playback + key animation.โ DOM skills getting sharper ๐ฅ.#webdevelopment #JavaScript #DSA #LeetCode
0
0
2
โ
Day 27 of #100DaysOfCode. Problems Solved. Single Number III โ . Single Number II โ . Minimum Bit Flips to Convert Number โ. Patterns like:.Isolate rightmost set bit (x & -x).Frequency using bitwise counters.XOR magic to cancel duplicates.
0
0
2
๐ Day 26 of #100DaysOfCode.โ
Solved Sudoku Solver . ๐ฎ Built a full Tic Tac Toe game using HTML, CSS & JavaScript โ added winning logic, draw check, and reset button.๐ Continued learning about JS Events.#DevDiary #CodeNewbie #JavaScript #LeetCode #WebDevelopment
3
0
8
Day 25 of #100DaysOfCode ๐. โ
Solved:.โข N-Queens II.โข N-Queens.โข Palindrome Partitioning.๐ง Learned about events in JavaScript (event listeners, bubbling, and handling)acktracking and DOM just got a lot clearer. #coding #javascript #DSA #webdevelopment #100DaysChallenge
0
0
3
โ
Day 24 of #100DaysOfCode. ๐น DSA Progress:. โ
Solved Combination Sum III โ practiced constrained backtracking. โ
Solved Subsets II โ handled duplicates in subset. ๐ป Web Dev Progress:. ๐ฆ Learned about JavaScript Modules โ understanding import/export.
0
0
1
Day 23 of #100DaysOfCode ๐ป.๐น Solved: Combination Sum II (Backtracking with duplicates ).๐น Revised: Subsets, Recursion, and Target Sum logic.Feeling more confident with recursion.#LeetCode #DSA #Cplusplus #Striver
2
0
13
๐
Day 22 of #100DaysOfCode. โ
Solved two Leetcode problems:.๐น Subsets โ Learned how to generate all subsets using recursion. ๐น Combination Sum โ Explored backtracking to find combinations that sum up to a target. ๐ง Concepts:.Recursion. Backtracking. #LeetCode #DSA
0
0
5
๐ง Day 21 of #100DaysOfCode. โ
Solved:. pow(x, n) using recursion. Count Good Numbers with optimized power function. ๐ป Built a To-Do List with:. HTML + CSS for layout & design. JavaScript for add/delete todos & input handling. Slowly getting better every day.#DSA #LeetCode
0
0
3
๐
Day 20 of #100DaysOfCode. โ
Solved:.๐น Flatten a Linked List.๐น Clone a Linked List with Random & Next Pointer.๐
Earned my 50 Days Badge on LeetCode! ๐ช.๐ง Also explored addEventListener( ) in JavaScript and DOM event handling!. #LeetCode #JavaScript #DSA #Coding #Dev
2
0
21
๐ง Day 19 of #100DaysOfCode. ๐ DSA .๐น Delete all occurrences of a key in DLL.๐น Find pairs with given sum in DLL.๐น Remove duplicates from sorted DLL.๐น Reverse LL in groups of size K.๐น Rotate a Linked List.๐ป Dev:.functions.โ
setInterval().โ
setTimeout(). #LeetCode #WebDev
0
0
15
๐ Day 18 of #100DaysOfCode.Today I focused on Linked Lists and solved:.๐น Delete the Middle Node of a Linked List.๐น Linked List Cycle II.๐น Sort List (Merge Sort on LL).Each one helped me strengthen my understanding of pointers and cycle detection. #LeetCode #DSA #CodingJourney
1
0
10
๐ Day 17 of #100DaysOfCode. โ
Solved 4 Linked List problems:. Linked List Cycle. Intersection of Two Linked Lists. Palindrome Linked List. Middle of the Linked List. โ
Built a Rock Paper Scissors game using HTML, CSS, JS ๐ฎ. #LeetCode #WebDevelopment
0
0
6