Timeline for Function that shortens a String based on a term/abbreviation mapping
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 12, 2015 at 8:20 | vote | accept | isADon | ||
| Aug 12, 2015 at 3:34 | comment | added | Edwin | Ever thinking of using a Trie? Only that for you it's word-based instead of character based. | |
| Aug 11, 2015 at 15:55 | answer | added | h.j.k. | timeline score: 2 | |
| Aug 11, 2015 at 15:15 | history | edited | isADon | CC BY-SA 3.0 | added 1 character in body |
| Aug 11, 2015 at 15:11 | history | edited | Jamal | CC BY-SA 3.0 | added 49 characters in body; edited tags |
| Aug 11, 2015 at 13:40 | answer | added | RoToRa | timeline score: 1 | |
| Aug 11, 2015 at 12:21 | history | tweeted | twitter.com/#!/StackCodeReview/status/631078009412427776 | ||
| Aug 11, 2015 at 9:23 | history | edited | isADon | CC BY-SA 3.0 | edited title |
| Aug 11, 2015 at 9:18 | comment | added | h.j.k. | @isADon ah yes, didn't see your CONTROL example... thanks for the clarification anyways. :) | |
| Aug 11, 2015 at 9:18 | comment | added | isADon | If I understand your question correctly, yes. One word can be a part of the key of multiple abbreviations. See my example with AUTOMATIC GAIN CONTROL and CONTROL. The function should always use the abbreviation that takes the most words as the key in the HashMap | |
| Aug 11, 2015 at 9:12 | comment | added | h.j.k. | Will there be similar replacements? E.g. replacing AUTOMATIC GAIN CONTROL with AGC and AUTOMATIC with AUTO? | |
| Aug 11, 2015 at 9:10 | history | edited | isADon | CC BY-SA 3.0 | added 25 characters in body |
| Aug 11, 2015 at 9:06 | review | First posts | |||
| Aug 11, 2015 at 9:11 | |||||
| Aug 11, 2015 at 9:04 | history | asked | isADon | CC BY-SA 3.0 |