Timeline for Fibonacci trees
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 12, 2021 at 11:13 | comment | added | anotherOne | @ceilingcat omg thank you again! :D | |
| Feb 12, 2021 at 11:09 | history | edited | anotherOne | CC BY-SA 4.0 | added 59 characters in body |
| Feb 4, 2021 at 23:36 | comment | added | anotherOne | Ahaha all right I will add a valid code | |
| Feb 4, 2021 at 23:28 | comment | added | Bubbler | You can always include two versions of code: one for theoretically working (therefore valid for the challenge), and another for human-observable/whatever interesting stuff (this doesn't need to be valid for the challenge). | |
| Feb 4, 2021 at 20:50 | history | edited | anotherOne | CC BY-SA 4.0 | deleted 2 characters in body |
| Feb 4, 2021 at 9:23 | comment | added | anotherOne | @Bubbler I am coding from the phone an if instead of j-n and j+n I put j-n*n and j+n*n (correcting also the position of slashes and backslashes, the starting column of the root and the size of the array) I can only see till tree #4, cause the width of #5 doesn't fit in the screen and character go on a new line. I don't know if doing n*n would be enough, maybe is already too much or maybe not. I guess that putting j-pow(n,n) would be safe and doesn't conceptually break, but my trees would become an abstraction that nobody could see. | |
| Feb 4, 2021 at 7:06 | comment | added | anotherOne | @Bubbler All right I will modify it. | |
| Feb 4, 2021 at 5:07 | comment | added | Bubbler | Definitely interesting, but the convention here is that submissions should theoretically work for higher inputs (I know this is debatable). My suggestion is to actually apply exponential spacing so that at least it doesn't conceptually break. | |
| Feb 4, 2021 at 4:45 | history | edited | anotherOne | CC BY-SA 4.0 | added 25 characters in body |
| Feb 4, 2021 at 4:38 | history | edited | anotherOne | CC BY-SA 4.0 | deleted 16 characters in body |
| Feb 4, 2021 at 4:30 | history | edited | anotherOne | CC BY-SA 4.0 | added 1 character in body |
| Feb 4, 2021 at 4:25 | history | edited | anotherOne | CC BY-SA 4.0 | added 143 characters in body |
| Feb 4, 2021 at 4:18 | history | answered | anotherOne | CC BY-SA 4.0 |