A LEVEL COMPUTING
Data Structures
Theory
1. Introduction
This mini-website covers the topic of searching, merging and sorting data
This is an important aspect of data manipulation as whenever data is stored, people will need to retrieve specific information based on some criteria
It begins by covering the two main search methods of Serial and Binary. Then it moves on to discuss merging files especially when they need to be ordered
And finally it covers three of the most used sorting methods, namely Insertion, Merge and Quicksort algorithms
Copyright © www.teach-ict.com