Age | Commit message (Collapse) | Author |
|
|
|
Revised problem "Buy five"
|
|
|
|
|
|
|
|
Added Buy five problem.
|
|
|
|
Simplify the testing function and add correct test cases for Prolog
problems mother/2 and brother/2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added new exercises Pythagorean theorem.
|
|
|
|
Some Prolog problems may be solved using previous solutions. This allows
us to test such programs, and still analyze the submission separately.
|
|
In hint and test functions, we don't need any session data except the
Python runner.
|
|
|
|
|
|
Also move the language-specific hint method for Prolog to prolog.common.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|