백준 10815번 (숫자 카드, C++, Binary Search) [BAEKJOON]
백준(BAEKJOON) 10815번 ‘숫자 카드’ 문제에 대한 글입니다. ‘Binary Search’ 를 이용하여 해결하였습니다. (This is an article about the ‘number card’ problem in BAEKJOON 10815. I solved it using ‘Binary Search’.)
백준(BAEKJOON) 10815번 ‘숫자 카드’ 문제에 대한 글입니다. ‘Binary Search’ 를 이용하여 해결하였습니다. (This is an article about the ‘number card’ problem in BAEKJOON 10815. I solved it using ‘Binary Search’.)
백준(BAEKJOON) 1003번 ‘피보나치 함수’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘Fibonacci function’ problem in BAEKJOON No. 1003. Solved using ‘DP’ algorithm.)
이것이 C#이다의 메소드 파트를 요약하여 정리한 글입니다. (This is a summary of the method part of C#ida.)
Unity의 Transform.Rotate / RotateAround 매서드에 관한 설명과 영상입니다. (This is a description and video of Unity’s Transform.Rotate/RotateAround method.)