Please read the new rule regarding the restriction on the use of AI tools. ×

letsJustDoIt's blog

By letsJustDoIt, history, 9 months ago, In English

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. :)

  • Vote: I like it
  • -5
  • Vote: I do not like it

»
9 months ago, # |
Rev. 2   Vote: I like it +5 Vote: I do not like it

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.

»
9 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
9 months ago, # |
  Vote: I like it 0 Vote: I do not like it

binary search, very useful for a newbie.

»
9 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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.