Algorithm

Algorithm

[BOJ 9996] 한국이 그리울 땐 서버에 접속하지

패턴과 파일 이름이 모두 주어졌을 때, 각각의 파일 이름이 패턴과 일치하는지 아닌지를 구하는 프로그램을 작성하시오.

---
Algorithm

[Leetcode] 01 Matrix

find the distance of the nearest 0 for each cell.

---
Algorithm

[Leetcode] 2 Keys Keyboard

You have to get exactly n 'A' on the notepad by performing the minimum number of steps permitted.

---
Algorithm

[BOJ 7662] 이중 우선순위 큐

Q에 적용될 일련의 연산이 주어질 때 이를 처리한 후 최종적으로 Q에 저장된 데이터 중 최댓값과 최솟값을 출력하는 프로그램을 작성하라.