Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Data Structures in C

Welcome to my Data Structures repository! 👩‍💻
This repository contains C programs implementing fundamental data structures and algorithms that are commonly studied in Computer Science curriculum.

Each program is written for educational purposes and includes comments to explain the logic. This repository can serve as a quick reference, learning resource, or even revision material for students.


🗂️ Contents

Here are the major programs and data structures implemented in this repo:

Category Programs Included
🔗 Linked Lists Singly Linked List, Doubly Linked List, Circular Linked List
📋 Stacks & Queues Stack using Array, Stack using Linked List, Queue using Array, Circular Queue
🌲 Trees Binary Search Tree (BST), Tree Traversals (Inorder, Preorder, Postorder)
📊 Sorting Algorithms Bubble Sort, Selection Sort, Insertion Sort
🔍 Searching Algorithms Linear Search, Binary Search
🏥 Projects Hospital Record Management System (using linked lists and queues)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages