Skip to content

SmitPawar21/dataStructures-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Data Structure world

This repository contains all the data structure codes for End Semester Examination.

All the codes are in C programming language.

Topics covered

  • Stack

  • infix to postfix
  • infix to prefix
  • postfix evaluation
  • prefix evaluation
  • palindrome using stack
  • stack using linked list
  • balanced parenthesis
  • Queue

  • queue implementation using Array
  • queue implementation using linked list
  • circular queue using Array
  • deque using Array
  • priority queue using linked list
  • Linked List

  • singly-linked list
  • doubly-linked list
  • circular-linked list
  • polynomial addition using linked list
  • reversing linked list using stack
  • Graph

  • Depth First Search
  • Breadth First Search
  • Tree

  • Binary Search Tree
  • Binary tree operations
  • Tree traversal
  • Height of tree
  • Mirroring of Tree
  • Internal, External & Total nodes
  • Heap

  • Heap - Insertion, Deletion and Heapify
  • Heap Sort
  • Searching

  • Linear Search
  • Binary Search
  • Binary Search using Recursion
  • Index Sequential Search
  • Sorting

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort

Feel free to fork this repository and submit pull requests if you have suggestions for optimizations or alternative solutions.

Feedback is always welcome!

📧 Contact - dynaster21@gmail.com

If you have any questions or suggestions, please don't hesitate to reach out.

About

This repo contains data structures in C for semester preparation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages