An open API service indexing awesome lists of open source software.

https://github.com/gthomas08/data-structures-project

Data Structures implemented in C.
https://github.com/gthomas08/data-structures-project

c data-sctructures

Last synced: 11 months ago
JSON representation

Data Structures implemented in C.

Awesome Lists containing this project

README

          

# Data Structures Project

## About The Project

This project was part of the Computer Engineering and Informatics Department (CEID) of University of Patras curriculum.

Data structures implemented in C.
## Exercises
- Part 1
- Sorting Algorithms
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Searching Algorithms
- Linear Search
- Binary Search
- Interpolation Search
- Part 2
- Binary Search Tree
- Hashing

## Tools
- Code::Blocks IDE