embedUR systems Interview Question

Describe data structures that you know and what is used by stack

Interview Answer

Anonymous

Aug 24, 2020

Data structures are used to store relate manage data efficiently using algorithms. Examples linkedlist array stack graphs queue stack follows last in first out . stack functions are push pop peek isempty .