June 2024
Intermediate to advanced
488 pages
13h 14m
English
In this chapter, I’ll build two more Batch data structures from scratch: stacks and queues. Both hold a finite set of ordered values, with the only difference being that stacks fit the last-in-first-out paradigm, while queues are first-in-first-out. I’ll detail both data structures in general and demonstrate how to build their unique functionalities. And of course, you’ll learn applications of these new tools, even a Batch pseudo-compiler of other bat files.
However, this chapter is as much about real-world Batch objects as it’s about stacks and queues. I’ll also use what you learned in the previous ...
Read now
Unlock full access