This repository contains some riddles for RxJava to help you learn and master RxJava. There is an accompanying medium article that gives some more information.
It is a fork from https://github.com/vanniktech/RxRiddles with a switch to Java8.
Each riddle is in a single file with mabe an accompanying unit test that will check your implementation.
The solutions (in Kotlin) to some riddles can be found at https://github.com/vanniktech/RxRiddles/tree/master/src/test/kotlin/com/vanniktech/rxriddles/solutions.
A helpful documentation can be found here: Documentation: http://reactivex.io/documentation/operators.html Decision Tree: http://reactivex.io/documentation/operators.html#tree Visualization of Operators: https://rxmarbles.com/
I'm very open to having some more riddles. Especially some complex common use cases. In case you want to contribute create an issue and let's talk.
I want every riddle to be unique and have as little duplication as possible while also having some actual real-world use case for each riddle in mind. Something you can relate to and hopefully use in your everyday life.
Copyright (C) 2018 Vanniktech - Niklas Baudy
Licensed under the Apache License, Version 2.0