![[백준 | 16235번 | Python] 아기 상어 풀이](/_next/image?url=https%3A%2F%2Fwww.notion.so%2Fimage%2Fattachment%253Ae446872b-887f-46b3-a453-902a26ec2681%253AChatGPT_Image_2025%25E1%2584%2582%25E1%2585%25A7%25E1%2586%25AB_4%25E1%2584%258B%25E1%2585%25AF%25E1%2586%25AF_9%25E1%2584%258B%25E1%2585%25B5%25E1%2586%25AF_%25E1%2584%258B%25E1%2585%25A9%25E1%2584%2592%25E1%2585%25AE_08_05_07.png%3Ftable%3Dblock%26id%3D1d0e642e-de97-80df-b7a9-eb52b4bb7e8a%26cache%3Dv2&w=3840&q=75)
[백준 | 16235번 | Python] 아기 상어 풀이
BFS 알고리즘을 활용하여 아기 상어가 먹이를 찾고 성장하는 과정을 시뮬레이션하는 문제입니다. 먹이 탐색, 우선순위 정렬, 상어의 성장 로직 등 BFS 반복 구조를 연습하기 좋은 문제입니다.
BFS 알고리즘을 활용하여 아기 상어가 먹이를 찾고 성장하는 과정을 시뮬레이션하는 문제입니다. 먹이 탐색, 우선순위 정렬, 상어의 성장 로직 등 BFS 반복 구조를 연습하기 좋은 문제입니다.
두 수열의 사전 순으로 가장 나중인 공통 부분 수열 찾기
본 글은 ns-3 시뮬레이터를 이용하여 LTE 환경에서 기지국(eNB)의 트래픽 과부하 여부를 예측하고, 이를 기반으로 과부하 시점 탐지 및 트래픽 필터링을 구현하기 위한 과정을 다룹니다.
Finding the length of unique paths using sets in a coordinate system
Using BFS to label islands and then building MST by bridges
본 글에서는 DAG(Directed Acyclic Graph)에 대해서 다룬다. DAG는 방향성을 가진 채로 싸이클이 없는 그래프이다. 위상정렬(Topological Sort)로 순서를 구하고, 최장 경로와 임계경로(Critical Path)를 찾는 것이 코딩테스트에서 중요하게 다뤄지므로, DAG 문제 풀이 핵심은 “위상정렬 → 최장 경로 구하기 → 역추적” 흐름을 익혀본다.
Finding the longest path using topological sorting
MySQL을 활용한 코딩테스트에 필요한 개념에 대해 다룹니다. SQL을 처음 배우는 분부터 실무에서 활용하는 개발자까지, JOIN 개념을 명확하게 정리하고 싶은 분들에게 유용한 가이드체계가 되도록 작성했습니다 🚀
Creating the best album using sorting & hash
Finding prime numbers using permutations
Efficiently processing user reports using hash
Optimizing joystick movements for minimum cost
Checking prefix existence using sorting and trie
Finding minimum hotel rooms using priority queue
Finding order in a vowel dictionary using math & DFS
Understanding process scheduling using Queue
Finding minimum power grid difference using BFS
Finding carpet dimensions using brute force & math
Understanding H-Index using Sorting & Search
Explaining the Lifeboat problem using Greedy Algorithm & Two Pointers
Explanation of the Truck Bridge Crossing problem using Queue
Explaining the combination approach using a HashMap for solving the "Clothes" problem on Programmers
This paper introduces "ns-O-RAN," a framework that integrates a simulated RAN Intelligent Controller for optimizing 5G traffic management. Using Deep Reinforcement Learning, it improves base station allocation, increasing transmission speed and spectrum efficiency by 50%.
Refactoring the Training Manager's database layer to use SQLAlchemy ORM instead of raw SQL and pg8000.
Let's load the sitemap dynamically
Let's try useMutation and see how it handles real asynchronous state.
Learn GraphQL 🙄
Let's understand the principle and apply ga to next.js 😎
Briefly learn about the open source license, and apply the license to your source code uploaded on github 🙂