This repository contains all the important Data Structure programs written in C.
stacks/– Stack implementation using arrays and linked listsqueues/– Queue implementation using arrays and linked listslinked_lists/– Singly, doubly, and circular linked listssearching/– Linear and binary searchsorting/– Bubble, insertion, selection sortrecursion/– Recursion-based programsarrays/– Basic and advanced array programs
Helps me practice and revise important concepts during my 2nd year.
Will keep updating this regularly.
Use any C compiler like gcc to compile and run the programs. Example:
gcc stacks/stack_array.c -o stack
./stack
Charan-Mugada
Student @ Raghu Engineering College
Learning C, DSA, Java, Python, Web Technologies