Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 114 Bytes

File metadata and controls

13 lines (7 loc) · 114 Bytes

stack_and_queue

single linked stack and queue using c

compile:

$ make all

usage:

$ ./stack
$ ./queue