Data structures
Last updated
Last updated
In the updated version of the maTH library, we can also use historically well-known data structures, as shown in the table below.
Stack
Simple, LIFO type structure
Queue
FIFO type structure
LinkedList
Pointer based structure