Collection of mathematical algorithms solved in several programming languages. The algorithms are separated into the different areas of mathematics and you can download the code or run it online from your browser.
Suggestions? Open a issue...
Warnings:
- The goal here is only didactic and aims to highlight the solution of the problem through the algorithm, stripped of any programming paradigm or development methodology;
- The algorithms are made available as they are, without guarantees and must be tested before they are made available in production environments;
- Data input in most cases is fixed to the body of the algorithm, but can be changed by the user if necessary;
- Input values are not always being validated according to the allowed range;
- The output data is being displayed without much concern for formatting;