Блог пользователя Alamin2000

Автор Alamin2000, история, 6 месяцев назад, По-английски

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

Полный текст и комментарии »

  • Проголосовать: нравится
  • +37
  • Проголосовать: не нравится

Автор Alamin2000, история, 14 месяцев назад, По-английски

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.

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится