出版社:Centro Latinoamericano de Estudios en Informática
摘要:In a computer science curriculum, the data structures course is considered fundamental. In that course, students must generate the ability to design the more suitable data structures for a problem solution. They must also write an efficient algorithm in order to solve the problem. Students must understand that there are different types of data structures, each of them with associated algorithms of different complexity. A data structures laboratory is a set of computational tools that helps students in the experimentation with the concepts introduced in the course. The main objective of this experimentation is to generate the student