Skip to content

(Incomplete, In Continuation) Implementation of Data Structures like Stacks, Queues, etc. using C programming language

License

Notifications You must be signed in to change notification settings

Faizan-Mushtaq/Data-Structures-In-C

This branch is 1 commit ahead of, 9 commits behind msindev/Data-Structures-In-C:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d7f52d · Oct 4, 2019
Sep 24, 2018
Oct 8, 2018
Oct 2, 2018
Mar 1, 2019
Sep 24, 2018
Feb 10, 2019
Dec 20, 2018
Dec 20, 2018
Sep 24, 2018
Sep 24, 2018
Sep 24, 2018
Jan 29, 2019
Sep 25, 2018
Sep 24, 2018
Sep 24, 2018
Sep 24, 2018
Feb 10, 2019
Dec 20, 2018
Sep 24, 2018
Sep 30, 2018
Sep 24, 2018
Sep 24, 2018
Oct 4, 2019

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 Doubly Linked List

Hashing Using Linear Probing

Expression Tree

Merge Sort

Quick Sort

Depth First Search

Breadth First Search

About

(Incomplete, In Continuation) Implementation of Data Structures like Stacks, Queues, etc. using C programming language

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.1%
  • Objective-C 2.6%
  • Makefile 2.3%