blob: 8515e32dfdfa43fc4893548e552c3d0d26e7475c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"blurb": "Convert a binary number, represented as a string (e.g. '101010'), to its decimal equivalent using first principles",
"authors": [
"canweriotnow"
],
"files": {
"solution": [
"binary.el"
],
"test": [
"binary-test.el"
],
"example": [
".meta/example.el"
]
},
"source": "All of Computer Science",
"source_url": "http://www.wolframalpha.com/input/?i=binary&a=*C.binary-_*MathWorld-"
}
|