Skip to content

Releases: Sceptres/Island-Urbanism

City Generation

10 Apr 03:36
6cb92c6
Compare
Choose a tag to compare

Implement city generation into the island's generation.
The number of cities is set through the cmd argument --cities. All the cities are connected using a star network.

Graph ADT

04 Apr 15:32
Compare
Choose a tag to compare

The graph ADT. Contains directed and undirected graphs represented through the adjacency list representation taught in 2C03. Also contains Dijkstra's algorithm to compute the shortest path between 2 nodes in the graph.