Java Array-Based Stack: Concept and Coding Explained

preview_player
Показать описание
This video presents the details of how a stack can be implemented with an underlying array as the data container. The code is in Java, and is based off of code from the book Data Structures and Abstractions in Java by Frank M. Carrano and Timothy M. Henry. However, the basic concept of how to implement the data structure applies in other languages as well.
Рекомендации по теме
Комментарии
Автор

Good work. Appreciated. Your older videos have helped me get through some difficult courses.

mohamedelkayal
Автор

Thank you,
More over Bring more computer science lectures in this time period.

umarbashir
Автор

Hi. how do i implement this if my top index is starting at last element going to index 0?

bartskuchiki