26 lines
430 B
JSON
26 lines
430 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"sngeth"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"angelikatyborska",
|
||
|
"Cohen-Carlisle",
|
||
|
"devonestes",
|
||
|
"neenjaw",
|
||
|
"sotojuan"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/binary_search_tree.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/binary_search_tree_test.exs"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.ex"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Insert and search for numbers in a binary tree.",
|
||
|
"source": "Josh Cheek"
|
||
|
}
|