Concepts in Computer Science
Pritesh Patel
Computer Scientist & Data Scientist for over 20 years
Sorting
Used when you need to order things
Real world problems:
Searching
Used when you need to search for things
Real world problems:
Bubble Sort
Quick Sort
Linear Search
Binary Search
Concepts in Computer Science