Guide
trees-and-search.md
Dictionaries, trees, sorting, and graph-search exercises including Dijkstra.
markdown
Data Structures: Trees, Dictionaries, and Search
This page captures the later data-structures work centered on trees, dictionaries, sorting, and search.
Repository
- Estrutura-de-dados - Coursework covering several core computer-science structures.
Main Topics
Representative Links
- Dictionary of books and authors
- Sorted-order algorithm
- Binary tree example
- Dijkstra-based final assignment
Technical Focus
- Dictionary data modeling
- Sorting logic
- Tree structures
- Graph-search fundamentals