#Data Structures Using C
#Author Noel Toy
#Date of Creation: 31/07/2015
Covers all the basic data structures and sorting algorithms. The project includes following programs:
- Insertion in an Array at Specified Position
- Linear Search in an Array
- Binary Search in an Array