From Flying Car and Autonomous Flight Engineer course learned what Voronoi graph and Medial axis (Ukr Серединні вісі) are.

TIL how easy to crash app with dictionary literal in Swift. let dict = [1:"1", 1:"2"] results in fatal error Fatal error: Dictionary literal contains duplicate keys.