Skip to content

Commit b88b1c8

Browse files
committed
wip
1 parent 0442177 commit b88b1c8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

colors/follow.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
// Given XAGH, find all titles that contain those letters in that order
22
// Rank the words: true prefixes, initial letters
33

4-
// Data: character to title map
4+
// Data: character to title map
5+
// SWORD
6+
// S[WORD]
7+
// S.W[ORD]
8+
// S.O[RD]
9+
// S.R[D]
10+
// S.D
11+
// W[ORD]
12+
// O[RD]
13+
// R[D]
14+
// D

0 commit comments

Comments
 (0)