Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 297 Bytes

#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:

  1. Insertion in an Array at Specified Position
  2. Linear Search in an Array
  3. Binary Search in an Array