Timeline for UVA 100: "The 3n + 1 problem"
Current License: CC BY-SA 3.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 23, 2017 at 12:41 | history | edited | Community Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
Mar 3, 2017 at 17:59 | answer | added | Rakete1111 | timeline score: 3 | |
Mar 2, 2017 at 22:57 | answer | added | user1118321 | timeline score: 5 | |
Mar 2, 2017 at 20:06 | history | edited | gaazkam | CC BY-SA 3.0 |
Minor bugfixes; I sadly found one more bug that I will address a little later
|
Mar 2, 2017 at 19:58 | history | edited | gaazkam | CC BY-SA 3.0 |
Trying to make comments more concise
|
Mar 2, 2017 at 19:38 | comment | added | gaazkam |
@tinstaafl You may be right... But I was only trying to make the code more concise. For example, this line: while((lb = (ub = interval * (j/interval)) - interval) < i) actually saves me from having to define a whole function. Err, the code is already 100 lines long...
|
|
Mar 2, 2017 at 16:27 | comment | added | user33306 | Also compilers don't care about whitespace, but people trying to decipher your code do. All those inline statements make it much harder to see what your code is doing. | |
S Mar 2, 2017 at 15:35 | history | suggested | Incomputable | CC BY-SA 3.0 |
added necessary language tag, prettified link
|
Mar 2, 2017 at 15:35 | review | Suggested edits | |||
S Mar 2, 2017 at 15:35 | |||||
Mar 2, 2017 at 15:29 | history | asked | gaazkam | CC BY-SA 3.0 |