• Function basics (declaration, giving main arguments
• Using Java libraries (ex. Random, Calendar), Reading Lines
• Interesting that everything in kotlin is an expression, with a value
• Had some time getting used to IntelliJ IDEA (shortcuts etc.)
Self-Comment
• Easy part today.
• Didn’t spend much time on Kotlin today. (Spent most of today on algorithm problem solving with python)
Goals Tomorrow
• Finish Lecture 3(Functions) and move on to Classes
🔥 2
JungIn Choi
03/10/2021, 11:32 AM
b
Bryan L
03/10/2021, 2:02 PM
You did algorithms today and called it the "easy part" 😱
j
JungIn Choi
03/11/2021, 9:17 AM
Lol did algorithm stuff with python, not kotlin 👻👻👻 Algorithm is always difficult, especially when considering efficiency...