/**
- @file README.md
- @author Sam Emison and Cole Belew
- @date 2024-12-06
- @brief Read me
- A program that showcases deques */
This program shows you certain operations of deques by using a blockmap. It pops both directions, access certain indexes, pushes both directions.
Run make and then run ./test
You'll be prompted to stress test the program which will showcase some of the things implemented. I would start with something small first to see how it works. Then run higher numbers and see that it continues to works up to at least 1,000.
Cole had some issues with a memory leak when coding but we were able to figure it out over a discord call. After that it was smooth sailing. No more bugs really stand out over the development process
:)