ASCII Code Table – American Standard Code for Information Interchange Table

‘ASCII(아스키)’의 간단한 설명과 테이블에 대한 글입니다. 알고리즘 문제를 풀다 보면 필요할 때가 있어 정리해 두었습니다. (A brief description of the ASCII (ASCII) and an article about the table. When I solve algorithm problems, I sometimes need them, so I organized them.)

ASCII Code Table – American Standard Code for Information Interchange Table 더 읽기"

알고리즘 – Dynamic Programming [DP] (다이나믹 프로그래밍 / 동적 계획법)

알고리즘 중 하나인 ‘Dynamic Programming[DP]’에 대한 간단한 설명의 글입니다. / ‘피보나치 수열’을 예시로 들어 이론을 설명합니다. (This is a brief description of one of the algorithms, ‘Dynamic Programming [DP] / Use the Fibonacci sequence as an example to illustrate the theory.)

알고리즘 – Dynamic Programming [DP] (다이나믹 프로그래밍 / 동적 계획법) 더 읽기"

백준 15353번 (큰 수 A+B (2), C++, 큰 수 연산) [BAEKJOON]

백준(BAEKJOON) 15353번 문제를 풀이한 글입니다. long long 의 범위를 벗어난 경우 string을 이용하여 덧셈을 하는 문제입니다. (This is an article that solves question 15353 of BAEKJOON. If it is outside the range of long long, it is a problem to add using the string.)

백준 15353번 (큰 수 A+B (2), C++, 큰 수 연산) [BAEKJOON] 더 읽기"

위로 스크롤