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

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++)

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white)

# 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/)