Posted on Leave a comment

Java Android faq interview algorithms collections

Collections in java. don’t forget

Руководство по версиям и возможностям Java
[https://habr.com/ru/post/488144/]
Руководство по возможностям Java версий 8-16
[https://habr.com/ru/post/551590/]

https://acecodinginterview.org/

https://habrahabr.ru/post/162017/

https://habr.com/post/156361/

https://habrahabr.ru/post/237043/

364d7e41907e453b8e60128cdac459dc

2016-12-04_00-29-25

Continue reading Java Android faq interview algorithms collections

Posted on Leave a comment

Architectures of Android applications

update 14/05/2018

About MVVM and Kotlin in architecting-android-reloaded (github)


https://medium.com/@bvmaks/architectures-of-android-applications-244a083bf132

Forms & Controls
Model View Controller
Model View Presenter
Model View ViewModel
Model View Intent
Comparative Analysis

Continue reading Architectures of Android applications

Posted on Leave a comment

Misc sport programming

Graph

Topological sorting https://en.wikipedia.org/wiki/Topological_sorting

Numbers

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]

Continue reading Misc sport programming