algorithm-archive
algorithm-archive copied to clipboard
A collaborative book on algorithms
This is a draft PR for the next set of chapters. It will include the following: * [ ] An intro to RNG * [ ] a discussion of where...
It has been a while since we added a new language to our SCons support. This one is nearly entirely based on previous work by Russel Winder, which is under...
# Bug Report ## Description The Python implementation in the stable marriage chapter is worst case _ϴ(n³)_, but should be _O(n²)_. I have attached an alternative implementation that runs in...