Binary Search | Iteration | Data Structure and Algorithm | justCoding( ) | Hands On | Java

Published: 21 July 2022
on channel: justCode( )
8
3

Binary search looks for a particular item by comparing the middle most item of the collection. If a match occurs, then the index of item is returned. If the middle item is greater than the item, then the item is searched in the sub-array to the left of the middle item.
Iteration refers to repeating a certain number of steps continuously until a particular condition is met successfully. The iterations can be an infinite number of times or an infinite number of times. It all depends on the program in which we are performing the iterations.
A data structure is a named location that can be used to store and organize data. And, an algorithm is a collection of steps to solve a particular problem. Learning data structures and algorithms allow us to write efficient and optimized computer programs.


On this page of the site you can watch the video online Binary Search | Iteration | Data Structure and Algorithm | justCoding( ) | Hands On | Java with a duration of hours minute second in good quality, which was uploaded by the user justCode( ) 21 July 2022, share the link with friends and acquaintances, this video has already been watched 8 times on youtube and it was liked by 3 viewers. Enjoy your viewing!