Lecture Data Structures and Algorithms - Chapter 6: Stacks and Queues (Dr. Nguyen Ho Man Rang). After completing this section, you will understand knowledge about: use list, stack, and queue for problems in real-life, and choose an appropriate implementation type (array vs. link); analyze the complexity and develop experiment (program) to evaluate the efficiency of methods supplied for list, stack, and queue; develop recursive implementations for methods supplied for the following structures: list, tree, heap, searching, and graphs; . |