This Repository Contains Data Structures and Algorithms Implemented in c programming language .
- Simply Linked List .
- Doubly Linked List .
- Queue (FIFI).
- Stack (LIFO).
- Binary Search Tree.
- Searching Algorithms:
- Linear Search.
- Binary Search.
- Interpolation Search .
- Jump Search.
- Sorting Algorithms:
- Selection Sort .
- Insertion Sort.
- Bubble Sort.
- Merge Sort .