trees-and-search.md - Acoder
trees-and-search.md

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

Main Topics

Representative Links

Technical Focus

  • Dictionary data modeling
  • Sorting logic
  • Tree structures
  • Graph-search fundamentals