-
-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Labels
ProblemThis is a problem in the archive or an implementation.This is a problem in the archive or an implementation.
Description
Notice
Description
This is a list of all the language inconsistencies with certain implementations in the Algorithm Archive
- Monte Carlo:
in_circle(...)
function reads in a radius in some languages and does not in others. Note: I personally think that these functions should not read in aradius
parameter, simply because it is easier to pass around function pointers to similarin_shape(...)
functions if we just usex
andy
as our parameters. Feel free to disagree.
I figure we should consistently update this list as more of these inconsistencies are found.
Metadata
Metadata
Assignees
Labels
ProblemThis is a problem in the archive or an implementation.This is a problem in the archive or an implementation.