This repository contains my solutions to various data structures and algorithms problems. I created this repository to keep track of my progress and to share my solutions with others who may find them helpful.
Here are the data structures I have implemented so far:
- Strings
- Arrays
- Hash Tables
Here are the algorithms I have implemented so far:
- Searching Algorithms
- Sorting Algorithms
Here are the searching algorithms I have implemented so far:
- Linear Search
- Binary Search
Here are the sorting algorithms I have implemented so far:
- Insertion Sort
- Merge Sort