RG
Results
13
issues of
RG
As many users here rely on GitHub to store their past solutions, adding a command like `cargo input-sync` to download all missing inputs for the current year would be a...
Constant time solution based on analysis of smaller numbers
The current topological sorting functions use array for the node list making it impossible to use if the size isn't known at compile time and for varying inputs. Using Vec...