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.
Object equality does not even exist mathematically (or in pure functional languages like Haskell), so, no. "Equal value = equal node" should be good enough though.
I really really stumbled until I checked the comments and saw people saying "don't modify the input". I think this should really be required text in the kata description!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Found one page with a bit documentation.
http://wiki.bash-hackers.org/syntax/pe
I do get this error both on
zsh
andbash
line 2: ${1~~}: bad substitution
Can you point any documentation about this
${1~~}
usage?Thanks.