- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Greater insight into build queue
Cool idea:
Replace the current MinHeap with a custom red-black-tree implementation that also functions as a MinHeap by storing the pointer to the smallest element in the tree separately.
This…