`Day8` - Collections practice (Set, Map) - any(), ...
# 100daysofkotlin-2021
j
Day8
• Collections practice (Set, Map) - any(), getOrPut() • const val (are determined in compile time / works in top-level or inside object class or inside companion object) • Extension functions (are resolved statically / can’t access private members / can make receiver nullable) • Generics classes, generic functions
Self-Comment
• OOP is fun. Since I roughly studied OOP in java and c++, I get to understand better about Kotlin OOP. • Some day I should work on practicing Kotlin ver. of Clean Code sample code snippets.. • Maybe I should regularly solve algorithm ps problems in Kotlin ver.
Goals Tomorrow
• Hoping to finish the kotlin basics bootcamp and move on to android x kotllin for real
🔥 2
b
I haven't been working on algorithms, but I know it can be nice to look over other's submissions to problems on sites such as leetcode to learn some new techniques Also WOW! Finishing up the bootcamp already. Time flies 🙂
😎 1
android eyes 1
j
Thanks @Bryan L for nice tips (as always) ! I used to practice algorithm with python in some korean website. But they don’t support kotlin, so I was about to search some other alternatives - I’ll try on leetcode thanks! True true time fliesandroid dance We all must become a much better (kotlin)programmer after three months 🤔
K 1
1
b
Let me know how it goes! I completed a few, but was sidetracked with learning some other things and haven't made it back since. Might easily convince me to pick it back up..
👌 1