DEV Community

Cover image for 30 Days of Code- Day 13
Akshita
Akshita

Posted on

30 Days of Code- Day 13

(July 29, 2025)
Not going to lie, I ended up scrolling a bit too much on X (Twitter) today ๐Ÿ™ˆ, but I still managed to push myself to code and learn something valuable.

๐Ÿ’ป What I Did Today:
DSA:

  • Solved Sort a Linked List (Merge Sort + Brute Force).

  • Worked on Find a Loop in a Linked List and Length of the Loop

Sort a Linked List

Find a Loop

Length of the Loop

JavaScript:

  • Learned Object-Oriented Programming (OOP) in JS, focusing on prototypes functions.

๐Ÿ“ Thoughts:
I did waste some time scrolling today, but Iโ€™m glad I still sat down to get things done. Linked list problems, especially loop detection, really test patience but feel rewarding once solved.
Till now, Iโ€™m actually loving linked lists a lot โ€” theyโ€™re tricky but fun once the logic clicks.
As for OOP, Iโ€™ve been hearing about it ever since I started delving into tech, but finally understanding and implementing it today felt really nice.

๐Ÿ”œ Whatโ€™s Next?
Iโ€™m planning to start stacks in DSA and wrap up JS classes and this concepts tomorrow.

Signing off ๐ŸŒธ
Akshita

Top comments (0)