Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

KKBUGHUNTER/Data-Structure

Repository files navigation

Data-Structure using C

Graph and Sorting Algo : link

Assignment

  1. Assignment 1 Pointers & Array
  2. Assignment 2 Linked List & Applications
  3. Assignment 3 Stack & Applications
  4. Assignment 4 Queue & Applications
  5. Assignment 5 BST & Applications
  6. Assignment 6 Double Linked List & Applications
  7. Assignment 7 AVL & Applications
  8. Assignment 8 Heap & Applications
  9. Assignment 9 BFS, DFS & Applications
  10. Assignment 10 dijsktras & Applications
  11. Assignment 11 Sorting & Applications
  12. Assignment 12 Hash Table & Applications

Test

  1. Assessment 1 in Array, List, Stack & Queue (MCQ)
  2. Assessment 2 in ALL Trees (MCQ)
  3. Assessment 3 in Binary Threaded Tree (MCQ with Self Study)
  4. Tutorial 1
  5. Tutorial 2
  6. Tutorial 3
  7. Assessment in Stack & Queue (Class Test - Algo Writing)
  8. Assessment in Hash Table (Class Test - Algo Writing)

List of Data Structure

  1. Array Data Structure
  2. Simple Lnked List
  3. Circle Linked List
  4. Double Linked List
  5. Stack using array implementation
  6. Queue using array implementation
  7. Binary Search Tree
  8. AVL Tree
  9. Priarity_Queue or Min Heap
  10. Graph
  11. Graph Algorithms
    • Dijkstra(Shortest paths Algo)
    • Floyd–Warshall algorithms(All pair-Shortest paths Algo)
  12. Sorting
    • Insertion Sort
    • Shell Sort
    • Radix Sort
  13. Hash Table

Mini Project

We have Done a Mini Project by Solving CP Problems that related to above Data Structure. This is a kind of Team project.

  1. Karthikeyan
  2. Mega
  3. Irayanbu

...Thank You...