본문 바로가기

리트코드3

Keys and Rooms [LeetCode 841 / Java] URL : https://leetcode.com/problems/keys-and-rooms/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 오늘은 전형적인 그래프 탐색 문제, Keys and Rooms문제를 풀어보도록 하겠습니다. 제가 알고리즘을 공부했던 초창기에 이런 문제들을 접하면서 많이 놀랐던 기억이 납니다ㅎㅎ 그래프면 노드(nod.. 2024. 1. 26.
Reverse Words in a String [Java / LeetCode 151] URL : https://leetcode.com/problems/reverse-words-in-a-string/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 오늘은 비교적 쉬운 문제이지만, 주의할 점이 몇가지 존재하는, 단어 뒤집기 문제를 풀어보도록 하겠습니다. 문제에서 요구하는 게 직관적인 편에 속하는지라 쉽게 이해할 수 있으니, 읽.. 2024. 1. 25.
한 개의 Queue를 이용해 Stack을 구현해보자 (Java) URL : https://leetcode.com/problems/implement-stack-using-queues/description/ LeetCode - The World's Leading Online Programming Learning Platform 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 Leetcode 594. Queue를 이용해 Stack을 구현하는 문제 가끔씩 기술면접을 본 후기를 보면 스택을 이용해 큐를, 혹은 반대로 큐를 이용해 스택을 어떻게 구현할 .. 2024. 1. 19.