index
:
codeq-problems.git
master
release
CodeQ problem definitions
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
problems
/
introduction
/
pythagorean_theorem
Age
Commit message (
Collapse
)
Author
2016-04-25
Remove file encoding comments from python files
Timotej Lazar
UTF-8 is the default.
2015-10-12
Remove group attribute from problem common.py files
Timotej Lazar
2015-10-08
Remove unneeded id field from {en,sl}.py files
Timotej Lazar
2015-10-07
Added final hints to ballistics and pythagorean.
Martin
2015-10-06
Changes some text descriptions and added a final hint to Fahrenheit.
Martin
2015-10-06
Remove a stray comma (oko sokolovo)
Timotej Lazar
2015-10-02
Removed unnecessary HintSequences.
Martin
2015-09-29
Small corrections to text; mostly changing plural form to singular.
Martin
2015-09-24
Finished the first version of introduction section.
Martin
2015-09-23
Small changes too fahrnheit and pythagorean problems.
Martin
2015-09-22
Update test functions for existing problems
Timotej Lazar
The test function is now expected to return a boolean indicating whether the program is correct and a list of hint objects.
2015-09-15
Added a new problem: Average
Martin
2015-09-15
Added a new Python problem: ballistics
Martin
2015-09-15
Improved hints for pythagorean theorem.
Martin
2015-09-14
Added pythagorean theorem.
Martin
2015-09-14
Completed description of Fahrenheit.
Martin
Added new exercises Pythagorean theorem.