
v0.39: Grademe is back in your terminal.
Try the CLI betaReturn whether an address is still covered by an announced block.
October 4, 2021. A routine audit command goes wrong and Facebook withdraws the BGP routes to its own network. Every address it owns just stops existing as far as the rest of the internet is concerned, and it stays that way for six hours. The engineers who could undo it could not badge into the building, because the door system needed the network too. Answer the question the routers kept asking: is this address still announced?
reachable({100,500}, {10,5}, 2, 105)Expected result
1For your own tracking. Tests grade your code.
reachable({100,500}, {10,5}, 2, 110)Expected result
0reachable({}, {}, 0, 100)Expected result
0Expected files
route.cAllowed functions
None. Write every helper yourself.
