https://android-developers.googleblog.com/2018/02/continuous-shared-element-transitions.html
Topological sorting https://en.wikipedia.org/wiki/Topological_sorting
Catalan number and Bracket sequences https://en.wikipedia.org/wiki/Catalan_number ; http://www.genfunc.ru/theory/catalan/
Правильные скобочные последовательности ; http://e-maxx.ru/algo/bracket_sequences ;
Четные, нечетные, совершенные числа. Even, odd, perfect numbers [https://en.wikipedia.org/wiki/Parity_(mathematics)] [https://en.wikipedia.org/wiki/Perfect_number] [pdf] [pdf] [pdf]
https://stackoverflow.com/questions/28640513/android-studio-steps-into-wrong-sdk-source
The following workaround worked for me:
File
> Project Structure
, find your app
module (or/and optionally, any other modules) and change the Compile Sdk Version
to one that matches the device you’re debugging on (i.e. 19).https://medium.com/@javipacheco/happy-path-kotlin-actors-kategory-proof-of-concept-322e9099d2ea
https://github.com/javipacheco/rekkit
Akka (https://akka.io/)
Arrow – Functional companion to Kotlin’s Standard Library – (http://arrow-kt.io/)