Content deleted Content added
TheBestBat (talk | contribs) Deleted my testing thing Tags: Mobile edit Mobile web edit |
|||
Line 34:
</syntaxhighlight>
The reference implementation is sometimes available, e.g. when implementing a simple algorithm in a much more complex way for better performance. For example, to test an implementation of the [[Schönhage–Strassen algorithm]]
<syntaxhighlight lang="cpp">
int getRandomInput() {
|