From the category archives:
Bubble sort is a simple sorting algorithm. It works by repeatedly stepping through the list to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order.
In mathematics, the Fibonacci numbers are the following sequence of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, . . .
To conduct Binary Search on an array of 10 elements stored in asscending order.
WordPress - Vaibhav Kanwal