I tried to solve Flatland Space Stations: https://www.hackerrank.com/challenges/flatland-space-station... on HackerRank lately in Python, but I had to switch to Golang because I could not make the cases with large input sizes (O(very large)) pass. I am relaying the challenge here, and wondering if folks on hackernews can crack a solution in Python.