Newer
Older
exercism-cpp / binary / .exercism / config.json
@Wook Song Wook Song on 30 Oct 2022 657 bytes Easy: Add a solution for "Binary"
{
  "blurb": "Convert a binary number, represented as a string (e.g. '101010'), to its decimal equivalent using first principles",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "NobbZ",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "binary.cpp",
      "binary.h"
    ],
    "test": [
      "binary_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-"
}