Wednesday, December 12, 2018

Sorting & Searching

This is the last session probably for the first semester, I would like to thank the lecturers in the Collaborative Learning class for Algorithm & Programming for this semester.

The last session talks about Sorting and Searching.

It basically is:

1. Sorting

It is for us to sort some data in a program with certain method. There are 5 sort methods that I learned from here, those are:

1. Bubble Sort
2. Selection Sort
3. Insertion Sort
4. Quick Sort
5. Merge Sort

2. Searching

This method is used to search data in a sorted data in a program. There are 3 search methods that I learned from this session, those are:

1. Linear Search
2. Binary Search
3. Interpolation Search

Thanks again for the semester, I am proud to make this blog as I learned much theories from the Collaborative Learning class in Binus University.

No comments:

Post a Comment