🥵Data structures

In the updated version of the maTH library, we can also use historically well-known data structures, as shown in the table below.

Data structure
Description
Source

Stack

Simple, LIFO type structure

Queue

FIFO type structure

LinkedList

Pointer based structure

Last updated