Skip to content

pratyaynotfound/Data-Structures-In-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures-In-C

Implementation of Data Structures like Stacks, Queues, etc. using C programming language.

Programs Included -

Stack ADT

Queue ADT

Circular Queue ADT

Priority Queue (TODO)

Infix to Postfix conversion using Stack

Infix to Prefix conversion using Stack

Linked List ADT (TODO)

Polynomial Evaluation through Linked List

Message Queue using Circular Queue

Sparse Matrix Using Double Linked List

Hashing Using Linear Probing

Expression Tree

Merge Sort

Quick Sort

Depth First Search

Breadth First Search

About

Forked this repo to add opaque pointer implementation of linked list, stack, queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.6%
  • Python 18.7%
  • Makefile 1.7%