최근 포스트

[Algorithm] BackTracking(백트래킹)

03/01/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BackTracking

5 분 소요

이번 시간에는 백트래킹 알고리즘에 대해서 알아보도록 하겠다.

[Baekjoon] 2231번 분해합

03/01/2022   ▶Algorithm ▶BruteForce

1 분 소요

시간 제한 메모리 제한 정답 비율 2 초 192 MB 45.864%

[자료구조] Trie(트라이)

02/26/2022   ▶Computer Science ▶Data structures and algorithms with Java

3 분 소요

이번 시간에는 자료구조 트라이에 대해 알아보도록 하겠다.