Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today.
23 lines
435 B
JSON
23 lines
435 B
JSON
{
|
|
"authors": [
|
|
"wolf99"
|
|
],
|
|
"contributors": [
|
|
"ryanplusplus"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"darts.c",
|
|
"darts.h"
|
|
],
|
|
"test": [
|
|
"test_darts.c"
|
|
],
|
|
"example": [
|
|
".meta/example.c",
|
|
".meta/example.h"
|
|
]
|
|
},
|
|
"blurb": "Calculate the points scored in a single toss of a Darts game.",
|
|
"source": "Inspired by an exercise created by a professor Della Paolera in Argentina"
|
|
}
|