TAILIEUCHUNG - Data Structures and Algorithms - Chapter 3 -Stack Applications

Reverse a list AlgorithmReverseList PreUser supplies numbers. PostThe numbers are printed in reverse order. UsesStack ADT. (stack is not full and there is more number) a number the number into the stack (stack is not empty) the number from the stack stack the number end ReverseList | Stack Applications Reversing data items Ex. Reverse a list. Convert Decimal to Binary. Parsing Ex. Brackets Parse. Postponement of processing data items Ex. Infix to Postfix Transformation. Evaluate a Postfix Expression. Backtracking Ex. Goal Seeking Problem. Knight s Tour. Exiting a Maze. Eight Queens Problem. Reverse a list PROBLEM Read n numbers print the list in reverse order. Algorithm ReverseList Pre User supplies numbers. Post The numbers are printed in reverse order. Uses Stack ADT. 1. loop stack is not full and there is more number 1. read a number 2. push the number into the stack 2. loop stack is not empty 1. top the number from the stack 2. pop stack 3. write the number end ReverseList 2 Reverse a list Algorithm ReverseList 1. stackObj Stack 2. 3. loop not and there is more number 1. read number 2. number 4. loop not 1. number 2. 3. write number 5. end ReverseList

TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
8    172    3    21-01-2025
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.