[Python] BOJ 1699 제곱수의 합
본인의 부족함을 많이 느끼게 된 문제였다. 쉬운 문제를 풀어야겠다고 생각하고 풀었는데 다소 고전했다.
Delegate pattern example in Swift
This time, let us study about delegate pattern
in swift.
[Python] BOJ 2667 단자번호붙이기 BFS
[Python] BOJ 9095 1,2,3 더하기
한달 정도만에 알고리즘 문제풀이를 다시 시작하였다. 감을 잃었던 부분부터 다시 살리기 위해 다이나믹 프로그래밍 문제 중에 쉬운 문제를 풀어보았다.
What is Optional in Swift
In Swift, variable must have value. Because swift wants to ensure safety from run-time error, swift do not allow NULL in variable.