Harshsngh07 / Hacktoberfest2020

Repository for first timers to get started in Open Source Contributions
MIT License
47 stars 299 forks source link

Yashi #316

Open ytiramdas opened 3 years ago

ytiramdas commented 3 years ago

Description

Please include a summary of the program i.e what problem it solves.

  1. Implemented heapsort algorithm in c.
  2. Implemented stack data structure along with its basic operations like push, pop, printing stack.
  3. Implemented Queuedata structure along with its basic operations like enqueue, dequeue, printing queue.
  4. C program to convert infix notation to postfix notation.
  5. Circular queue implementation using c.

Checklist: