blackhatinside's blog

By blackhatinside, 2 years ago, In English

Hello CF community,

So recently I came across the Leetcode Problem, where we had to find a peak in the given unsorted array. And the most optimized approach was to use Binary Search. Quite interesting concept! I was puzzled so I researched a bit on the topic and came across an interesting term. The Binary hyperparameter search. If you find time, do check this out. I would also like to know more about such problems where the solutions are interestingly out of the box.

I felt writing this simple blog will help many beginners like me out there who never knew such a concept existed. So please try to share in here or in my DM if you know any such interesting topics which can broaden our knowledge on some well known concept.

Such topics are the reason why I love programming. It challenges my logical thinking ability. Hope it's the same for you too. :)

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