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)