Description
In this course, you will learn:
- Using primitive data types and classes, organize data in arrays and linked lists.
- Create and use linear data structures like stacks and queues, which are implemented using linked lists or arrays.
- Define and use non-linear data structures like trees and mounds, which are implemented with linked lists or arrays.
- Implement data searching and sorting algorithms that are efficient.
Syllabus:
- Estructuras de datos lineales
- Pilas
- Colas
- Árboles
- Ordenación