RUVIDEO
Поделитесь видео 🙏

Binary search algorithm in Java (code with step by explanation)

📁 Обучение 👁️ 17 📅 05.12.2023

Hello coders,
welcome to coding time this is the place you can find some very useful programming tutorials for both beginners and advanced.

This is a video of our data structures in Java series.

This video I have explained in very simple words that what is binary search and how you can write the code for binary search in Java the code is very easy to understand and very informative for both beginners and advanced programmers.

Binary search is a search technique used in data structures in which we search in array wether a particular element is presented in array or not.

Binary search can only work with sorted array.

Binary search divides the array in two parts left and right by taking a middle value.

All the values at the left of Array less than the middle value and all the values who are at the right of middle value are greater than the middle value. so first we compare the element with the middle value and if it is less than the middle value then we search to the left side of middle value and if it is greater than the middle value then we search to the right side of middle value.
that's how binary search works and that's why it is faster than the Linear search.

If you have liked the video then hit the like button to get updates of my latest videos subscribe to my channel.

for any queries you can write an email at [email protected]

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Binary search algorithm in Java (code with step by explanation)», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.