All Projects → Vishruth-S → S3_DS_LAB

Vishruth-S / S3_DS_LAB

Licence: other
Data Structures & Algorithms, CS-201 KTU

Programming Languages

c
50402 projects - #5 most used programming language

Data Structures and Algorithms

Based on CS-201, Data Structures, KTU curriculum.

To run locally, fork this repository and clone it.

Table of contents

1) Application of Arrays

2) Linked Lists

3) Stacks, Queues and Heaps

4) Hashing Algorithms

5) Sorting Algorithms

6) Trees

7) Graphs


1) Application of Arrays

Basics

2) Linked Lists

Basics

Easy

Medium

Hard

Miscellaneous

3) Stacks, Queues and Heaps

Basics

Easy

Medium

4) Hashing Algorithms

Basics

5) Sorting Algorithms

Basics

Miscellaneous

  • Randomized quick sort
  • Counting sort

6) Trees

Basics

Easy

Medium

Hard

Miscellaneous

  • Invert a binary tree
  • DFS Spanning tree
  • BFS Spanning tree
  • Minimum cost spanning tree (using Kruskal's Algorithm)

7) Graphs

Basics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].