You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DSA_Codes repository contains a collection of C code implementations for various Data Structures and Algorithms (DSA). It covers topics such as Sorting, Linked Lists, Stacks, Queues, Trees, and other fundamental data structures, providing resources for learning and practicing DSA concepts in C.
dsa-in-c is my personal project showcasing fundamental Data Structures and Algorithms (DSA) in C. As a student, I’ve created this to share clear, beginner-friendly implementations and documentation to aid in understanding these key concepts.
In this project, I implemented stacks and queues using the C programming language in a program called Monty. It reads a sequence of routines from a file and runs each command in order to generate an output file.