Timeline for String compression using repeated character counts
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 31, 2014 at 15:45 | comment | added | Origineil |
Generally you'll want to keep any post related content encapsulated here, thus you'll want to add the revised code to the end of the original post. In regards to extraneous code, you can easily get rid of the temp variables in the else block. Additionally, get rid of the wasted char[] initialization by assigning str.toCharArray() straight to strArr.
|
|
| Oct 30, 2014 at 23:37 | comment | added | Rohit Katyal | I have revised the code, rooting out the errors ,do you think i can optimize i further , posting the revised code on gist.github.com/RohitK09/f1fd72da23449364e369 | |
| Oct 30, 2014 at 23:06 | history | rollback | Jamal |
Rollback to Revision 3
|
|
| Oct 30, 2014 at 23:02 | history | edited | Rohit Katyal | CC BY-SA 3.0 |
added 835 characters in body
|
| Oct 30, 2014 at 20:35 | vote | accept | Rohit Katyal | ||
| Oct 30, 2014 at 20:21 | vote | accept | Rohit Katyal | ||
| Oct 30, 2014 at 20:35 | |||||
| Oct 30, 2014 at 20:21 | vote | accept | Rohit Katyal | ||
| Oct 30, 2014 at 20:21 | |||||
| Oct 30, 2014 at 12:07 | history | edited | rolfl | CC BY-SA 3.0 |
Tidy up title, and example input/output
|
| Oct 30, 2014 at 12:02 | answer | added | rolfl | timeline score: 8 | |
| Oct 30, 2014 at 8:54 | answer | added | Sleiman Jneidi | timeline score: 2 | |
| Oct 30, 2014 at 7:54 | history | tweeted | twitter.com/#!/StackCodeReview/status/527730369395572736 | ||
| Oct 30, 2014 at 6:44 | history | edited | Jamal | CC BY-SA 3.0 |
added 178 characters in body; edited tags; edited title
|
| Oct 30, 2014 at 6:39 | review | First posts | |||
| Oct 30, 2014 at 7:27 | |||||
| Oct 30, 2014 at 6:34 | history | asked | Rohit Katyal | CC BY-SA 3.0 |