Some coding puzzles and examples to keep you ticking and most important of all... to have some fun. Note: This is not a competition! You're also not compelled to favourite or watch. If you're interested in adding, changing by all means dig in and please feel free to suggest/change. We all have a TTL...
Life in the matrix goes on
- GarlandWord - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/random/GarlandWord-README.md#description)
- AnagramChecker - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/random/AnagramChecker-README.md#description)
- Palindrome - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/random/Palindrome-README.md#description)
- LongestCharRunIndexFinder - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/random/LongestCharRunIndexFinder-README.md#description)
- GridRectanglesCalculator - Calculate the number of rectangles in a given m*n grid - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/random/GridRectanglesCalculator-README.md)
- ReverseFactorialFinder - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/random/ReverseFactorialFinder-README.md)
- KaprekarsRoutine - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/random/KaprekarsRoutine-README.md)
- YesterdaysStockPrice - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/random/YesterdayStockPriceChecker-README.md)
Below are examples from Coderbyte http://coderbyte.com/CodingArea/Challenges/
- FirstReverse - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/coderbyte/FirstReverse-README.md)
Examples from CodeWars http://www.codewars.com
- CommonStrings - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/codewars/CommonStringFinder-README.md)
- MaximumLengthDifference - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/codewars/MaximumLengthDifference-README.md)
- ReversingFun - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/codewars/ReversingFun-README.md)
- DiamondPrinter - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/codewars/DiamondPrinter-README.md)
- StringRotationCalculator - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/codewars/StringRotationCalculator-README.md)
- CompleteThePattern#1 - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/codewars/CompleteThePattern1-README.md)
- CompleteThePattern#2 - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/codewars/CompleteThePattern2-README.md)
- FindParityOutlier - [Readme] (https://github.com/MalsR/programming-puzzles/blob/master/src/main/java/com/malsr/codewars/FindParityOutlier-README.md)