mustafaerenhizarci / CPE209-Data-Structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures Examples

  • Recursive Function
  • Struct Node
  • Single Linked Lists
    • Search in Linked Lists
    • Concat linked lists
    • Reverse Linked Lists
    • Copy Linked Lists
    • Delete Linked Lists
    • Insertion in linked lists
    • Concat Circle Linked lists
    • Search in Circle Linked Lists
    • Delete a value in linked lists
    • Compare Linked Lists
  • Circle Linked Lists
  • Double Linked Lists
  • Stacks
  • Queues
  • Binary Tree
  • AVL Tree
  • Priority Queues
  • Binary Heap
  • Heap Insertion Deletion
  • Graphs

About


Languages

Language:C 100.0%