Brownian tree/C++ animated: Difference between revisions

m
Fixed syntax highlighting.
m (→‎{{header|C++}}: "header" template isn't necessary on this page)
m (Fixed syntax highlighting.)
 
Line 2:
 
The green dots you can see in this picture are what I call movers. They are particles that still do not belong to the tree.
<langsyntaxhighlight lang="cpp">
#include <windows.h>
#include <string>
Line 342:
}
//--------------------------------------------------------------------------------------------------
</syntaxhighlight>
</lang>
9,476

edits