forked from trekhleb/javascript-algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 392cd98
Fix method Trie::doesWordExist() (trekhleb#175)
Method Trie::doesWordExist() return `true` when word is complete otherwise `false`1 parent 5eb1195 commit 392cd98
2 files changed
+5
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | - | ||
46 | + | ||
47 | + | ||
48 | + | ||
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | - | ||
48 | + | ||
49 | + | ||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
|
0 commit comments