smmitchell2 / stack-queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stack&queue Generic stack and queue. Queue uses a singly linked list and Stack uses a doubly linked list. Compile with make and run make test for the output.

About


Languages

Language:C 89.3%Language:Makefile 7.9%Language:C++ 2.8%