Stack data structure

Опубликовано: 27 Март 2018
на канале: Kushagra Rastogi
63
4

Stack data structure: A stack is a linear data structure.
In this data structure, elements are added to and removed only from one end of the list, that is, top of the stack.
It provides the information in the reverse of the entry order, so it is called last-in-first-out(LIFO).
The operation of removing an entry from a stack is called a pop operation.The operation of adding an entry to a stack is called push operation.


На этой странице сайта вы можете посмотреть видео онлайн Stack data structure длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Kushagra Rastogi 27 Март 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 63 раз и оно понравилось 4 зрителям. Приятного просмотра!