본문 바로가기

coderoom6

[내가사는그집] 대출 상환 방법에 대해 알아보자 ¡¡¡( •̀ ᴗ •́ )و!!! 대출을 알아보다 보면 한번쯤은 보게 되는 대출 상환 방법. 그 말이 그 말인 것 같고 앱에서 매월 상환 금액을 알아서 계산해 주기 때문에 사실 직접 계산해 볼 일은 없을지도 모른다. 그치만 넘나 궁금한 것! 원금 균등 분할상환 대출금액을 대출기간 개월수 (거치기간이 있는 경우 거치 후 잔여 대출기간 개월수)로 균등하게 나누어 산정한 분할상환금과 이자를 매월 납부합니다. - 카카오 뱅크 원금 균등 분할상환이란 먼저 원금을 대출기간으로 균등하게 나눈다는 것이다. 따라서 시간이 지남에 따라 남은 원금은 줄어들게 되며 이에 따라 발생하는 이자도 함께 줄어들게 된다. (= 납입 원금이 매월 동일!!) 대출원금: 100,000,000원 연 이자율: 5% 총 대출이자: 25,208,333원 총 상환금액: 125,20.. 2023. 10. 28.
[LeetCode][DFS|BFS] 130. Surrounded Regions 문제 링크 https://leetcode.com/problems/surrounded-regions/ Surrounded Regions - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Given an m x n matrix board containing 'X' and 'O', capture all regions that are 4-directionally surrounded by 'X'. A region is captured by flipping all 'O's.. 2022. 4. 7.
[LeetCode][DFS|BFS] 1654. Minimum Jumps to Reach Home 문제 링크 https://leetcode.com/problems/minimum-jumps-to-reach-home/ Minimum Jumps to Reach Home - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com A certain bug's home is on the x-axis at position x. Help them get there from position 0. The bug jumps according to the following rules: I.. 2021. 11. 21.
[LeetCode][Greedy] 11. Container With Most Water 문제 링크 https://leetcode.com/problems/container-with-most-water/ Container With Most Water - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the t.. 2021. 11. 19.