News

Finally, we’ll explore five algorithms used to search and sort one-dimensional arrays: Linear Search, Binary Search, Bubble Sort, Selection Sort, and Insertion Sort.
You’ll learn: How to recognize and use array and list data structures in your Java programs. Which algorithms work best with different types of array and list data structures.