Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

→‎Mathematical Operations: Fermat primality test
(→‎Mathematical Operations: Fermat primality test)
Line 201:
* Perform basic mathematical operations (+,*,/,-) for numbers represented as strings.[https://github.com/danmar/cppcheck/blob/master/lib/mathlib.h Here] is a sample implementation in C++.
* Implement the longest increasing subsequence algorithm in your programming language. [http://www.algorithmist.com/index.php/Longest_Increasing_Subsequence Here] is an implementation in C and C++.
* [http://en.wikipedia.org/wiki/Fermat_primality_test Fermat primality test]
 
===Color Spaces===
Anonymous user