Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You are right, there is something wrong with htmlize. My code can pass all the random test. If I use htmlize, however, it will crashes.
I stuck in the 11th should_work_for_a_single_glider_over_all_4_repeating_generations as well.
funny cheat :-)
This is some cheat to pull out all of the data to guess the formula
Cheating!
This solution won't work if field is filled with "5" (for example).
This solution won't work if entire field is filled with "5" (for instance).
There is an issue: initial template cannot be compiled as size_t needs to be defined (so at least <stdio.h> needs to be included)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
the crash in your original message is normal, as per the comments in the initial code:
so, returning
cells
triggered an error known as adouble free()
where the same pointer is freed twiceOn the other hand you are not the first one reporting issues in C for this kata; I will try to investigate a bit and add better error messages if I can
This comment is hidden because it contains spoiler information about the solution
Use a spoiler flag please. I see no crash in this, just an answer not accepted.
This comment is hidden because it contains spoiler information about the solution
Loading more items...