1 min read
航班管理系统(全手写)

拉链哈希 · 链表 · 循环队列 · 图 + Dijkstra 全部手写

  • C++11
  • Data Structures
  • Dijkstra
  • HTTP Server

Data-structures course design where every core structure — chained hash table, booking linked list, circular queue, adjacency-list graph with Dijkstra, and a min-heap — is implemented from scratch without relying on STL containers for the core logic.

Two front-ends over the same data structures: a menu-driven CLI, and a web version served by a hand-written HTTP server with a built-in Dijkstra shortest-path visualization.