
![[백준 | 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 반복 구조를 연습하기 좋은 문제입니다.
![[백준 | 30805번 | Python] 사전 순 최대 공통 부분 수열 풀이](/_next/image?url=https%3A%2F%2Fwww.notion.so%2Fimage%2Fattachment%253A10c4c7c4-b40b-436c-b994-7043ca4deaae%253A%25E1%2584%2589%25E1%2585%25B3%25E1%2584%258F%25E1%2585%25B3%25E1%2584%2585%25E1%2585%25B5%25E1%2586%25AB%25E1%2584%2589%25E1%2585%25A3%25E1%2586%25BA_2025-04-04_%25E1%2584%258B%25E1%2585%25A9%25E1%2584%2592%25E1%2585%25AE_12.36.32.png%3Ftable%3Dblock%26id%3D1cbe642e-de97-8031-8359-d6a8604f7570%26cache%3Dv2&w=3840&q=75)
[백준 | 30805번 | Python] 사전 순 최대 공통 부분 수열 풀이
두 수열의 사전 순으로 가장 나중인 공통 부분 수열 찾기
LTE eNB 트래픽 측정 및 예측을 위한 개념 정리
본 글은 ns-3 시뮬레이터를 이용하여 LTE 환경에서 기지국(eNB)의 트래픽 과부하 여부를 예측하고, 이를 기반으로 과부하 시점 탐지 및 트래픽 필터링을 구현하기 위한 과정을 다룹니다.
게임 캐릭터 움직임 문제: 처음 걸어본 길의 길이 구하기
Finding the length of unique paths using sets in a coordinate system

백준 17472번 ‘다리 만들기2’ 문제 풀이
Using BFS to label islands and then building MST by bridges
🗺️ DAG(Directed Acyclic Graph)란 무엇일까요?
본 글에서는 DAG(Directed Acyclic Graph)에 대해서 다룬다. DAG는 방향성을 가진 채로 싸이클이 없는 그래프이다. 위상정렬(Topological Sort)로 순서를 구하고, 최장 경로와 임계경로(Critical Path)를 찾는 것이 코딩테스트에서 중요하게 다뤄지므로, DAG 문제 풀이 핵심은 “위상정렬 → 최장 경로 구하기 → 역추적” 흐름을 익혀본다.
🛣️ 백준 1948번 '임계경로' 문제 풀이
Finding the longest path using topological sorting

📊 SWM 준비하기 : MySQL 데이터베이스 한 번에 끝내기
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

📖 프로그래머스 'H-Index' 문제 풀이
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
RESTful API 구현을 위한 CRUD 방법론
![[Paper Review] Programmable and Customized Intelligence for Traffic Steering in 5G Networks Using Open RAN Architectures](/_next/image?url=https%3A%2F%2Fwww.notion.so%2Fimage%2Fhttps%253A%252F%252Fprod-files-secure.s3.us-west-2.amazonaws.com%252F78d1b62e-b875-4fdd-a430-5df7cfa44722%252Fdb28f5c6-1953-47e1-9ad8-935925b19eef%252F%2525E1%252584%252589%2525E1%252585%2525B3%2525E1%252584%25258F%2525E1%252585%2525B3%2525E1%252584%252585%2525E1%252585%2525B5%2525E1%252586%2525AB%2525E1%252584%252589%2525E1%252585%2525A3%2525E1%252586%2525BA_2024-10-04_%2525E1%252584%25258B%2525E1%252585%2525A9%2525E1%252584%252592%2525E1%252585%2525AE_5.35.47.png%3Ftable%3Dblock%26id%3D115e642e-de97-80cf-9efd-e6d1a175006f%26cache%3Dv2&w=3840&q=75)
[Paper Review] Programmable and Customized Intelligence for Traffic Steering in 5G Networks Using Open RAN Architectures
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%.

Handling SQLAlchemy Refactoring in O-RAN Project
Refactoring the Training Manager's database layer to use SQLAlchemy ORM instead of raw SQL and pg8000.

Welcome to Ssum-IT
Dynamically create sitemap.xml in Next.js
Let's load the sitemap dynamically
Learn how apollo client manages asynchronous state through useMutation
Let's try useMutation and see how it handles real asynchronous state.
About GraphQL
Learn GraphQL 🙄
Applying google analytics to Next.js
Let's understand the principle and apply ga to next.js 😎
About open source license(revalidate)
Briefly learn about the open source license, and apply the license to your source code uploaded on github 🙂