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.
- Host: GitHub
- URL: https://github.com/gthomas08/data-structures-project
- Owner: gthomas08
- Created: 2020-02-18T09:49:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T19:10:55.000Z (over 5 years ago)
- Last Synced: 2025-01-21T03:41:46.651Z (over 1 year ago)
- Topics: c, data-sctructures
- Language: C
- Homepage:
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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