For the recent market , job search is quite hard not only for fresher but also for experienced like me.
While thinking how to solve this problem I have a theory which I am testing , if it will work I will share it here.
Then I started learning about strings and solved some LeetCode problems about it.
- Palindrome
- Reversing a string
- Anagram
- Group Anagram, etc
Now I will be moving to Stack and Queues.
(3/n)
Last, I learned about how to rotate a linked list, and after that, I completed -
- How to swap nodes in a Linked List using both an iterative and a recursive approach.
(2/n)
Okay, so I haven't posted about my progress here in a while. I was a little busy with some pretty important stuff, but that doesn't mean I have learned anything in the given time frame. So here is the thread of what I have learned (1/n)
#Day10 π
Solved some Linked List questions on Leetcode
β’ Removed Nth node from end (length + two-pointer)
β’ Removed duplicates from sorted LL
β’ Segregated Odd & Even nodes
β‘ Pointer handling is everything β‘
π₯ππ₯ππ₯π
#100DaysOfCode#DSA#CodingJourney
#Day9 π
Dived deep into Linked Lists:
β’ Cycle detection using Floydβs (slow-fast pointers)
β’ Palindrome check (reverse + compare)
β’ Intersection of two lists (using Set)
β’ Removing elements from LL using Sentinel node.
π₯ππ₯ππ₯ππ₯
#100DaysOfCode#DSA#CodingJourney
#Day8 π
After learning Merge Sort, I dove into Linked Lists today.
Learned how nodes work, traversal, insertion, deletion, reversing the list, and even cycle detection using Set & pointers.
Takeaway: Itβs all about managing references, not just values π₯
#100DaysOfCode#DSA
#Day7 π
Covered core sorting algorithms today β Selection, Insertion & Merge Sort.
Understanding how they work step-by-step was more valuable than just coding them.
@namastedev_@akshaymarch7#100DaysOfCode#DSA
#Day5 π
Learned recursion today β solved problems by breaking them into smaller parts.
Worked on the sum of N and the power of 2 problems.
Key takeaway: Base case is everything β‘
#100DaysOfCode#DSA
#Day4
I have solved some other array questions, including missing numbers, duplicate numbers, and problems that contain XOR and HashMap in their solution.
So far, I have done the basic array, and now moving on to Recursion.
#coding#programming#DSA#JS
#Day3
Today I continue to learn about Arrays, mostly two pointers, and solved some LeetCode problems, including reverse string. merge sort the array and remove zeros.
#CodingJourney#jobsearch
#Day2
Today I learned about Time Complexity and solved some array questions, like removing duplicates from a non-decreasing ordered array and removing elements.
#CodingJourney@namastedev_ ππππ
I am starting with DSA, and yes, you guessed it right, I am on Arrays again.
I will learn from the Namaste DSA series and share my progress here.
#namasteDSA#namasteDev
So I am back to the preparation period, was working for an organisation for more than 4.5 years, and now it is time to look for a change.
Let's see how many days I can hold my motivation to learn and prepare for interviews.
I am Ayush, a full-stack dev (MERN).