Danh mục

Data Structures and Algorithms - Chapter 3 -STACK

Số trang: 31      Loại file: pdf      Dung lượng: 252.40 KB      Lượt xem: 15      Lượt tải: 0    
tailieu_vip

Xem trước 4 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Stack ADTDEFINITION: A Stackof elements of type T is a finite sequence of elements of T, in which all insertions and deletions are restricted to one end, called the top. Stackis a Last In -First Out (LIFO) data structure.Basic operations:•Construct a stack, leaving it empty.•Pushan element.•Popan element.•Top an element.
Nội dung trích xuất từ tài liệu:
Data Structures and Algorithms - Chapter 3 -STACK

Tài liệu được xem nhiều:

Gợi ý tài liệu liên quan: