https://github.com/ahmetfurkandemir/data-structures
Necmettin Erbakan University - Data Structures (C-C++)
https://github.com/ahmetfurkandemir/data-structures
c cpp data-structures linked-list object-oriented-programming oop structure
Last synced: 2 months ago
JSON representation
Necmettin Erbakan University - Data Structures (C-C++)
- Host: GitHub
- URL: https://github.com/ahmetfurkandemir/data-structures
- Owner: AhmetFurkanDEMIR
- Created: 2020-10-27T06:42:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T07:47:48.000Z (over 4 years ago)
- Last Synced: 2025-04-15T21:52:20.445Z (2 months ago)
- Topics: c, cpp, data-structures, linked-list, object-oriented-programming, oop, structure
- Language: C
- Homepage:
- Size: 5.36 MB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Data Structures
Necmettin Erbakan University 2nd year Computer Engineering, Data Structures course grades, homework and projects. We use C / C ++ programming language in data structures course. If you compile the C ++ codes I have written with GNU Compiler Collection (GCC) version 8.3.0, there will be no problems. Explanation lines of projects, assignments and applications are in Turkish.
### Data Structures course content
* [x] [**Linked List**](/linked_list/)
* [x] [Linear linked list](/linked_list/Linear_linked_list/)
* [x] [Circular linked list](/linked_list/Circular_linked_list/)
* [x] [Two way circular linked list](/linked_list/Two-way_circular_linked_list)* [x] [**Abstract Data Types (ADT)**](/AbstractDataTypes_(ADT))
* [x] [Stack](/AbstractDataTypes_(ADT)/Stack-Queue/)
* [x] [Queue](/AbstractDataTypes_(ADT)/Stack-Queue/)* [x] [**Data structures exam**](/Data_structures_exam_1)
* [x] [**Hash**](/Hash/)
* [x] [Hash Cpp](/Hash/Cpp)
* [x] [Hash Python](/Hash/Python)
* [x] [**Trees**](/Tree)
* [x] [**Binary tree**](/Tree/Binary_Tree.c)
* [x] [**Binary Search Tree**](/Tree/Binary_Search_Tree.c)
* [x] [**AVL**](/Tree/avl.c)
* [x] [**Data Structures homework**](/homework/)* [x] [**Final exam and past exams**](/AllExams/)