DEV Community

JustACoder
JustACoder

Posted on

Day 13 of #30DaysOfCode

12th Aug 2k25,

Today had continuous classes in clg with no breaks , it was a bit hectic .

  • Continued with Linked List
  • reversal of ll using recursive method (learned how to break big prb into small then solve each solve prb and merge them back)
  • Detect a loop in ll solved it with 2 methods , one with hashmap the other is using classic algo hare and tortoise method -Also did the ques Find starting point in ll- got the approach however the intuition part was a bit unclear will revisit it tmr

Its already 1 am and have clg tmr wont be able to do dev but would try to at least watch the video for 20 min just to not loose track.
Hoping that i complete my assigned tasks by the end of this week and be a bit more productive .
Good Night

Top comments (0)