Init commit
Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today.
This commit is contained in:
parent
974892d7f1
commit
b92478b09c
903 changed files with 345120 additions and 0 deletions
24
circular-buffer/.exercism/config.json
Normal file
24
circular-buffer/.exercism/config.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"blurb": "A data structure that uses a single, fixed-size buffer as if it were connected end-to-end.",
|
||||
"authors": [
|
||||
"wolf99"
|
||||
],
|
||||
"contributors": [
|
||||
"ryanplusplus"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"circular_buffer.c",
|
||||
"circular_buffer.h"
|
||||
],
|
||||
"test": [
|
||||
"test_circular_buffer.c"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.c",
|
||||
".meta/example.h"
|
||||
]
|
||||
},
|
||||
"source": "Wikipedia",
|
||||
"source_url": "http://en.wikipedia.org/wiki/Circular_buffer"
|
||||
}
|
1
circular-buffer/.exercism/metadata.json
Normal file
1
circular-buffer/.exercism/metadata.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"track":"c","exercise":"circular-buffer","id":"59c5b2f86b7045f5914e30ddbad89d71","url":"https://exercism.org/tracks/c/exercises/circular-buffer","handle":"snowyforest","is_requester":true,"auto_approve":false}
|
Loading…
Add table
Add a link
Reference in a new issue