Alamin2000's blog

By Alamin2000, history, 6 months ago, In English

I solved the Perfect Square problem a few days ago. Today when I encountered Mirror Grid, I found some similarities. Hence, I use a similar implementation with small changes in the Mirror Grid Problem, and guess what!

I got the hot green light

Perfect Square Implementation Mirror Grid Implementation

Full text and comments »

  • Vote: I like it
  • +37
  • Vote: I do not like it

By Alamin2000, history, 15 months ago, In English

I hope to inspire others on their learning journey by sharing my experience in studying graph and tree data structures. My journey began by watching the playlist on tree and graph basics from video #25 to #42 on the MyCodeSchool YouTube channel. This covered topics such as trees, binary trees, binary search trees, graphs, and graph representation. I then delved deeper into the subject by learning algorithms from a YouTube channel where the instructor, LUV, presented the information in an optimized and easy-to-understand manner. To solidify my knowledge, I regularly practiced questions from various sources including the CSES question list and apna college's DSA sheet, as well as any questions recommended by the YouTuber. This entire process took me approximately two months. At last, I would say that you need to practice more and more to store these topics in your subconscious mind.

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it