Problem I was working on a suggestion for this question, but the method, I would’ve suggested the OP do something […]
Tag: rags-to-riches
Polishing partitions – Reimplementing a partitionOn
Problem So I’ve read an F# question on partitioning a list in F# and wondered whether I could cleanly write […]
Project Euler 67 – Max path through triangle
Problem This is a response to this brute-force version where the algorithm was not intended for review. In this challenge […]
Summing up distinct elements in steps (follow up)
Problem This is a “follow up” to an answer I gave on this question : Summing up distinct elements in […]
FizzBuzz Solution Rags to Different Rags [closed]
Problem Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question […]
Numbers, pairs, and a difference
Problem Problem statement: Write a function which returns the total number of combinations whose difference is k. For example, 4 […]
Rock-Paper-Scissors-Lizard-Spock game
Problem There was a fairly strangely written RPSLS game on Stack Overflow here. That inspired me (read: I was bored […]
Making sure a sentence exists of words in a dictionary
Problem Today on Stack Overflow the following question came https://stackoverflow.com/questions/39393112/find-out-if-string-contains-english-words-only The question itself has following prerequisites: A system dictionary that […]
Response to an answer: Solution to maxMirror problem
Problem Garrett Openshaw had an okay answer to Codingbat maxMirror challenge But there were a couple of issues with the […]
Homemade cyraz encryption algorithm
Problem The “Cyraz” encryption algorithm was presented on SOPT community. This algorithm makes a cypher using a private key given […]