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

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

Hello Coding Gems,

I wish everyone a grand and joyous new year ahead!

I wanted to get your list of algorithm that you learnt and find quite interesting, so shoot in the comment section to let everyone know about your favourite algorithm. :)

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

»
5 месяцев назад, # |
Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

Hey, I'd love to hear about your favorite algorithms! Whether it's a classic like Dijkstra's or a more recent discovery, share it in the comments below.

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I learned a lot but I love to use Prefix Sum & Binary Search.

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

binary search, very useful for a newbie.

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

There are many Algorithms that I like, and one of them is Binary Search which is also very friendly to beginners, but there is a data structure that I have found to be much useful and that is the Binary-Index Tree. I was amazed by the capabilities of this data structure.