Learn how to create DataFrame using Python library called pandas and see how elegently arrays are processed and presented in tabular form.
Learn how to create an empty data frame and add new columns in it (prime number and its square)
Learn how to add, delete and update data in a DataFrame.
Learn how to generate nth Prime number.
Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in the wrong order.
Insertion Sort is a simple sorting algorithm in which each Item is placed in the sorted sequence one by one
Exploring an adaptive search algorithm that automatically uses linear search for unsorted arrays and binary search for sorted ones.