RxSwift 01, What is Observable and Observer?
For Arranging the concept of RxSwift, I decided to write series of Understanding rxswift
posting.
What is difference between init and convenience init in Swift
To develope my own app, I have browsed others github swift code. From a extension for making UIColor possible to use hex, I found convenience init
.
[Python] 백준 1717 집합의 표현
카카오 예선문제 숏코딩을 풀다가 도저히 어떻게 접근하는지 감이 안잡혀서 Union-find로 풀어야 한다는 것을 알게되어 대표적인 문제로 연습한 문제이다.
Unit Test in iOS
I have heard many times about importance of test code. However, I have no experience of managing big size app, it is hard to deal with.
[Python] 백준 1043 거짓말
시뮬레이션 문제나 계산량이 많은 문제에 약점이 있다고 생각해서 풀었던 문제이다. 사실 계산량적인 부분에서 고전하진 않았지만, 문제이해가 다소 어려웠던 문제이다.