Skip to content

clementptom/Data-Structure-In-C

 
 

Repository files navigation

Data-Structure-In-C

This is a repository used to host various programs in c language as a part of our Data Structure lab.The programs that have been completed so far are

  1. Linked list implementation in C
  2. Stack implementation using array
  3. Stack implementation using linked list
  4. Queue implementation using array
  5. Queue implementation using linked list
  6. Creation of a polynomial using linked list
  7. Addition of a polynomial using linked list
  8. Implementation of doubly ended queue in C
  9. Conversion and evaluation of infix expressions to postfix expressions using stack.

About

Various programs and data structures implemented in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%