Random access list - sellout/data-structure-zoo GitHub Wiki
This might be better termed a “random-access stack”, because it is an ADT that combines the interfaces of sequence and stack.
- binary random-access list – pure
This might be better termed a “random-access stack”, because it is an ADT that combines the interfaces of sequence and stack.