Data-Structures icon indicating copy to clipboard operation
Data-Structures copied to clipboard

Necmettin Erbakan University - Data Structures (C-C++)

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

    • [x] Linear linked list

    • [x] Circular linked list

    • [x] Two way circular linked list

  • [x] Abstract Data Types (ADT)

    • [x] Stack

    • [x] Queue

  • [x] Data structures exam

  • [x] Hash

    • [x] Hash Cpp

    • [x] Hash Python

  • [x] Trees

    • [x] Binary tree

    • [x] Binary Search Tree

    • [x] AVL

  • [x] Data Structures homework

  • [x] Final exam and past exams