Selection Sort

 Selection SortThe Selection sort algorithm is based on the idea of finding the minimum or maximum element in an unsorted array and then putting...

netaji gandi Saturday, April 30, 2022
Insertion Sort

Insertion SortInsertion sort is based on the idea that one element from the input elements is consumed in each iteration to find its correct position...

netaji gandi Saturday, April 30, 2022
Bubble Sort

Bubble SortBubble sort is an algorithm that compares the adjacent elements and swaps their positions if they are not in the intended order. A list...

netaji gandi Thursday, April 28, 2022
Pages 261234 Next

DATA WAREHOUSING AND MINING (MCA2104)

  UNIT I Introduction to Data mining ,  types of Data ,  Data Quality ,   Data Processing ,   Measures of Similarity   and  Dissimilarity , ...