Skip to content

akili862002/stack-and-queue

Repository files navigation

Data Structure: Stack 'n Queue

Stack

Featuring 3 types of implementation:

  • Fixed capacity

  • Dynamic capacity

  • Linked node

Queue

Featuring 3 types of implementation:

  • Fixed capacity

  • Dynamic capacity

  • Linked node

Dequeue

Featuring only one type of implementation:

  • Circular array

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages