{
"blurb": "Convert a trinary number, represented as a string (e.g. '102012'), to its decimal equivalent using first principles.",
"authors": [
"LegalizeAdulthood"
],
"contributors": [
"cyborgsphinx",
"elyashiv",
"jackhughesweb",
"KevinWMatthews",
"kytrinyx",
"patricksjackson"
],
"files": {
"solution": [
"trinary.cpp",
"trinary.h"
],
"test": [
"trinary_test.cpp"
],
"example": [
".meta/example.cpp",
".meta/example.h"
]
},
"source": "All of Computer Science",
"source_url": "http://www.wolframalpha.com/input/?i=binary&a=*C.binary-_*MathWorld-"
}