algorithm-archive
algorithm-archive copied to clipboard
A collaborative book on algorithms
# Feature Request ## Description It would be a good idea to have compilation instructions available for languages that require them. For example, C / C++ could have a makefile...
Do you think that it's possible and useful to translate the book or some chapters ? If so, how could we do that ?
I discovered that the search we're currently using for the AAA doesn't provide results related to the search term. If I'm searching for `geometry` for example, I get the expected...
# Feature Request Allow the code in the aaa to run in browser ## Description Investigate using tools such as https://tio.run/ to facilitate running code in browser. ## For Algorithm...
# Bug Report ## Description A few code strings in this chapter are not backed by the implementation dependent code under `code/`. Changing these to rely on the language specific...
# Feature Request ## Description We need to find a good place to host video content off of github to decrease the size of each clone (and to help server-side)...
In this thread you can write coding standards, which are accepted in this project. If you add new one, ping me to add it to wiki page. This is because...
The chapter leading up to the first code snippet describes finding the next x-position using classic Verlet, but the code snippet (which implements a function simply called 'verlet' in many...
# Feature Request As described in #658, the Monte Carlo (MC) chapter is in a somewhat dire need of a rework ## Description Right now, several implementations in the MC...
# Chapter Request ## Description With Gauss-Seidel and Jacobi one can find solutions for Ax=b in an iterative way, it is very useful. Preconditions for convergence to a solution should...