stefperf
SW developer, math & tech enthusiast, data geek. Here I publish my solutions to coding puzzles and coding exercises.
Zurich, Switzerland
Pinned Repositories
ambiguous_absval
solution to the Riddler Classic @ https://fivethirtyeight.com/features/how-many-more-palindrome-dates-will-you-see/
antiisosceles
late solution to Riddler Classic @ https://fivethirtyeight.com/features/no-isosceles-triangles-for-you/
ayto
Solving the information theory problem underlying the reality show "Are You the One?", 1st season
BiggestAnigram
solving Riddler Classic @ https://fivethirtyeight.com/features/can-you-build-the-biggest-anigram/
CanYouFindYourPills
Solving FiveThirtyEight Riddler Classic 2022-08-19 @ https://fivethirtyeight.com/features/can-you-find-your-pills/
delirious_ducks
solution to the Riddler Classic @ https://fivethirtyeight.com/features/can-you-track-the-delirious-ducks/
fairdice
solving Riddler Classic @ https://fivethirtyeight.com/features/can-you-catch-the-cricket/
first-spring-project
Learning the Spring framework
ScalaForTheImpatient
My solutions to the coding exercises in the excellent manual "Scala for the impatient", which I strongly recommended for Scala learners to buy!
selfreferential-logical-puzzles
either solve or create a type of logical puzzle made up by a list of questions referring only to their own list of answers
stefperf's Repositories
stefperf/selfreferential-logical-puzzles
either solve or create a type of logical puzzle made up by a list of questions referring only to their own list of answers
stefperf/BiggestAnigram
solving Riddler Classic @ https://fivethirtyeight.com/features/can-you-build-the-biggest-anigram/
stefperf/ScalaForTheImpatient
My solutions to the coding exercises in the excellent manual "Scala for the impatient", which I strongly recommended for Scala learners to buy!
stefperf/ambiguous_absval
solution to the Riddler Classic @ https://fivethirtyeight.com/features/how-many-more-palindrome-dates-will-you-see/
stefperf/antiisosceles
late solution to Riddler Classic @ https://fivethirtyeight.com/features/no-isosceles-triangles-for-you/
stefperf/ayto
Solving the information theory problem underlying the reality show "Are You the One?", 1st season
stefperf/CanYouFindYourPills
Solving FiveThirtyEight Riddler Classic 2022-08-19 @ https://fivethirtyeight.com/features/can-you-find-your-pills/
stefperf/fairdice
solving Riddler Classic @ https://fivethirtyeight.com/features/can-you-catch-the-cricket/
stefperf/first-spring-project
Learning the Spring framework
stefperf/flip2win
solution to the Riddler Classic @ https://fivethirtyeight.com/features/can-you-flip-your-way-to-victory/
stefperf/FoldSocks
solving Riddler Classic @ https://fivethirtyeight.com/features/can-you-fold-all-your-socks/
stefperf/google_code_jam
My Python solutions to a few select problems from past editions of Google code jam initial rounds.
stefperf/guess_my_word
stefperf/LombokDemo
Toy project showcasing all the main Lombok functionalities
stefperf/mysterious_numbers
solving Riddler Classic @ https://fivethirtyeight.com/features/can-you-hunt-for-the-mysterious-numbers/
stefperf/mystery_word
trying to solve Riddler Classic @ https://fivethirtyeight.com/features/can-you-guess-the-mystery-word/
stefperf/nballsnscale
solving puzzles of type "N identical balls, except 1 weighs differently; and W weighings on a 2-plate scale"
stefperf/onewaystreets
solving Riddler Classic @ https://fivethirtyeight.com/features/can-you-navigate-the-one-way-streets/
stefperf/papercut
solving the Riddler Classic @ https://fivethirtyeight.com/features/can-you-get-the-paper-cut/
stefperf/periodic_conway
solution to Riddler Classi @ https://fivethirtyeight.com/features/can-you-solve-the-chess-mystery/
stefperf/pinching_pennies
solution to Riddler Classic @ https://fivethirtyeight.com/features/how-many-pennies-should-you-pinch/
stefperf/racetrack
finding all solutions to Riddler Classic @ https://fivethirtyeight.com/features/can-you-zoom-around-the-race-track/
stefperf/random_holds
numerical solution for Riddle Classic @ https://fivethirtyeight.com/features/can-you-hop-across-the-chessboard/ under the assumption that new climbing holds are only placed in gaps
stefperf/redis_with_python
Toy project showcasing all the main redis functionalities
stefperf/RedisWithScala
Demonstrating Redis main functionalities with Scala
stefperf/restapidemo
Java Spring Boot Rest API demo
stefperf/riddler_jenga
solving Riddler Classic @ https://fivethirtyeight.com/features/can-you-win-riddler-jenga/
stefperf/secret_message
solving Riddler Classic 2021-04-06 @ https://fivethirtyeight.com/features/can-you-decipher-the-secret-message/
stefperf/SquidGameRiddler
solution to Riddler Classic @ https://fivethirtyeight.com/features/can-you-survive-squid-game-riddler/
stefperf/TestingWithJUnit
Learning to use JUnit