Binary Search Algorithm with step-by-step animations and examples | Study Algorithms

Описание к видео Binary Search Algorithm with step-by-step animations and examples | Study Algorithms

Binary Search is one of the most important search algorithm in computer programming. As the name suggests, binary means 2, it involves bisecting the array in 2 halves at every step to ultimately narrow down our search space. The only restriction is that the list should be sorted. It can be used to search in lists that are enormous. Watch the video to see how it works in action along with a real life demo. All along with visuals and animations.

00:00 - Intro
01:16 - Why do we need Binary Search?
02:42 - Real life demo of Binary Search
05:30 - How does Binary Search work?
09:15 - Dry-run of code
13:53 - Final Thoughts

Clean Code Book: https://amzn.to/3nT16wl

📚 Links to topics I talk about in the video:
Linear Search Algorithm:    • Linear Search Algorithm with step-by-...  
Divide and Conquer Algorithmic Paradigm:    • Divide and Conquer algorithms with re...  
Array Data Structure:    • Array Data Structure explained with V...  
Sorting Techniques Playlist:    • Sorting Techniques  

📘 A text based explanation is available at: https://studyalgorithms.com/array/bin...

Code on Github: https://github.com/nikoo28/java-solut...
Test-cases on Github: https://github.com/nikoo28/java-solut...

🔗 To see more videos like this, you can show your support on: https://www.buymeacoffee.com/studyalg...

💻 Get Social 💻
Follow on Facebook at:   / studyalgos  
Follow on Twitter at:   / studyalgorithms  
Follow on Tumblr at:   / studyalgos  
Subscribe to RSS feeds: https://studyalgorithms.com/feed/
Join fan mail: http://eepurl.com/g9Dadv

#searching #programming #algorithm

Комментарии

Информация по комментариям в разработке