Newer
Older
exercism-cpp / trinary / .exercism / config.json
@Wook Song Wook Song on 26 Oct 2022 649 bytes Easy: Add a solution for "Trinary"
{
  "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-"
}