Skip to content

Commit 74b057e

Browse files
committed
**
1 parent bf0a6d5 commit 74b057e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ Given the mapping `a = 1, b = 2, ... z = 26`, and an encoded message, count the
100100
For example, the message '111' would give 3, since it could be decoded as 'aaa', 'ka', and 'ak'.
101101
You can assume that the messages are decodable. For example, '001' is not allowed.
102102

103+
104+
## Solution
105+
103106
[JS](pb7/answer.js) (Not timed, very long)
104107

105108
### 8
@@ -119,4 +122,6 @@ For example, the following tree has 5 unival subtrees:
119122
1 1
120123
```
121124

125+
## Solution
126+
122127
[JS](pb8/answer.js) (Not timed)

0 commit comments

Comments
 (0)