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.
u could do that at one liner
Interesting edge case: Doing it on the lowercase string (instead of only matching the frequency on the converted lowercase equivalent) potentially converts one uppercase char into multiple lowecase ones and then the resulting string will be longer that the number of chars in the original one, see documentation for to_lowercase on char.
Bad. in this map, you need to write an analog of the xor operator and not use it
sweet. didn't think of this.
i enjoyed it bro
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
?
eg. ①cause A..Z <=> a..z ②So Aba <=> aba <=> AbA => )()
Oh nice!Didn't realise python had this swapping functionality built in.
Bitwise XOR
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#Binary_bitwise_operators
This comment is hidden because it contains spoiler information about the solution
literally the xor operator
This comment is hidden because it contains spoiler information about the solution
Nice xor op worked as it should in this one no problems ... love this site many challenges I have a new hangout