LeetCode
LeetCode copied to clipboard
Add additional J solutions
Solution 2 works on a pair of characters at a time (not very Jish) Solution 3 separates the string into a list of even indexes and a list of odd indexes and then processes those lists as a whole.
will merge when conflicts are resolved