0

Python Program for Linear Search

Before going to the program first let us understand what is a Linear Search? Linear search:           Linear search is the simplest search algorithm. It is also called a sequential search. Linear...

0

Python Program for Selection Sort

Before going to the program first let us understand what is Selection Sort? Selection Sort:           A Selection Sort is a Sorting algorithm that finds the smallest element in the array and swaps...

0

C Program to Check Leap Year or Not

Before going to the program first let us understand what is a Leap Year? Leap Year:           A Leap Year is a year that is exactly divisible by four, except for years that are exactly...