Recent posts

Pure Genetics Algorithm Project

1 minute read

Pure Genetics Algorithm Problem 방향성이 없는 간선에 가중치가 부여된 단순 그래프(simple graph) G = (V, E)가 주어진다. V와 E는 각각 정점 집합과 간선 집합이다. 정점 집합 V를 두 개의 집합 S와 S’(=V-S)로 나누는 방법은 여러...

Baekjoon2252

less than 1 minute read

줄 세우기(위상정렬) Baekjoon2252

Baekjoon1463

less than 1 minute read

1로 만들기(Dynamic Programming) Baekjoon1463

Baekjoon2750

less than 1 minute read

수 정렬하기(BubbleSort) Baekjoon2750