algorithm-archive icon indicating copy to clipboard operation
algorithm-archive copied to clipboard

A collaborative book on algorithms

Results 103 algorithm-archive issues
Sort by recently updated
recently updated
newest added

This is a draft PR for the next set of chapters. It will include the following: * [ ] An intro to RNG * [ ] a discussion of where...

Chapter

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...

lang: ocaml
SCons

# 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...

Problem