Timeline for Find a prefix of a query string in the values of a Map
Current License: CC BY-SA 4.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Mar 8, 2019 at 9:16 | history | suggested | greybeard | CC BY-SA 4.0 |
rectified title, nits
|
| Mar 8, 2019 at 8:07 | review | Suggested edits | |||
| S Mar 8, 2019 at 9:16 | |||||
| Mar 8, 2019 at 7:55 | comment | added | greybeard |
(Just out of curiosity: why inputString.substring(value.length + 1)? Doesn't that mean inputString.equals(result[0] + result[1]) is false?)
|
|
| Mar 8, 2019 at 7:48 | comment | added | greybeard |
Java 7 without any extra libs does this rule out open coding / roll-your-own?
|
|
| Mar 8, 2019 at 7:45 | comment | added | greybeard | One interesting test set from Tom Anderson's comment: "pot" and "potash" in set; query "potato". | |
| Mar 14, 2018 at 17:17 | answer | added | Tom Anderson | timeline score: 2 | |
| Oct 31, 2015 at 0:25 | comment | added | SirPython | Welcome to Code Review! Good job on your first question. | |
| Oct 31, 2015 at 0:24 | review | First posts | |||
| Oct 31, 2015 at 0:25 | |||||
| Oct 9, 2015 at 18:36 | vote | accept | Jim | ||
| Oct 7, 2015 at 5:31 | answer | added | Misha | timeline score: 2 | |
| Oct 7, 2015 at 1:50 | history | edited | Jamal | CC BY-SA 3.0 |
deleted 163 characters in body
|
| Oct 6, 2015 at 22:35 | history | edited | Jim | CC BY-SA 3.0 |
added 232 characters in body
|
| Oct 6, 2015 at 20:54 | history | edited | Jim | CC BY-SA 3.0 |
added 79 characters in body
|
| Oct 6, 2015 at 19:45 | answer | added | JS1 | timeline score: 5 | |
| Oct 6, 2015 at 19:09 | history | asked | Jim | CC BY-SA 3.0 |