Tuesday, 18 December 2018

Sorting and Searching

Sorting
       Simpe:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
       Intermediate:
  • Quick Sort
  • Merge Sort

1. Bubble Sort
Compare two neighboring values.
Compare and swap (if necessary)
Also known as exchange sort

 2. Selection Sort



3. Insertion Sort




No comments:

Post a Comment