Ssum-IT
💻 Profile
profile_image
ssum
Mobile Developer
I develop everything using node.
🔎 Search
📂 All Posts
🤖 Computer Science
백준 17472번 ‘다리 만들기2’ 문제 풀이

백준 17472번 ‘다리 만들기2’ 문제 풀이

2025년 3월 2일

Using BFS to label islands and then building MST by bridges

Graph
MST
BFS
Kruskal
Python
CodingTest
🤖 Computer Science

🗺️ DAG(Directed Acyclic Graph)란 무엇일까요?

2025년 2월 28일

본 글에서는 DAG(Directed Acyclic Graph)에 대해서 다룬다. DAG는 방향성을 가진 채로 싸이클이 없는 그래프이다. 위상정렬(Topological Sort)로 순서를 구하고, 최장 경로와 임계경로(Critical Path)를 찾는 것이 코딩테스트에서 중요하게 다뤄지므로, DAG 문제 풀이 핵심은 “위상정렬 → 최장 경로 구하기 → 역추적” 흐름을 익혀본다.

DAG
Graph
Python
CodingTest
🤖 Computer Science

🛣️ 백준 1948번 '임계경로' 문제 풀이

2025년 2월 28일

Finding the longest path using topological sorting

Topological Sort
DAG
Graph
Python
CodingTest
🤖 Computer Science
📊 SWM 준비하기 : MySQL 데이터베이스 한 번에 끝내기

📊 SWM 준비하기 : MySQL 데이터베이스 한 번에 끝내기

2025년 2월 15일

MySQL을 활용한 코딩테스트에 필요한 개념에 대해 다룹니다. SQL을 처음 배우는 분부터 실무에서 활용하는 개발자까지, JOIN 개념을 명확하게 정리하고 싶은 분들에게 유용한 가이드체계가 되도록 작성했습니다 🚀

SQL
Database
🤖 Computer Science
🎵 프로그래머스 '베스트 앨범' 문제 풀이

🎵 프로그래머스 '베스트 앨범' 문제 풀이

2025년 2월 15일

Creating the best album using sorting & hash

Python
🤖 Computer Science
🔢 프로그래머스 '소수 찾기' 문제 풀이

🔢 프로그래머스 '소수 찾기' 문제 풀이

2025년 2월 15일

Finding prime numbers using permutations

Python
BruteForce
Permutations
Set
CodingTest
🤖 Computer Science
🚨 프로그래머스 '신고 결과 받기' 문제 풀이

🚨 프로그래머스 '신고 결과 받기' 문제 풀이

2025년 2월 15일

Efficiently processing user reports using hash

HashMap
Set
Python
CodingTest
🤖 Computer Science
🎮 프로그래머스 '조이스틱' 문제 풀이

🎮 프로그래머스 '조이스틱' 문제 풀이

2025년 2월 14일

Optimizing joystick movements for minimum cost

Greedy
Python
CodingTest
🤖 Computer Science
📞 프로그래머스 '전화번호 목록' 문제 풀이

📞 프로그래머스 '전화번호 목록' 문제 풀이

2025년 2월 13일

Checking prefix existence using sorting and trie

HashMap
Python
CodingTest
🤖 Computer Science
🏨 프로그래머스 '호텔 대실' 문제 풀이

🏨 프로그래머스 '호텔 대실' 문제 풀이

2025년 2월 13일

Finding minimum hotel rooms using priority queue

Greedy
Priority Queue
Python
CodingTest
🤖 Computer Science
📖 프로그래머스 '모음사전' 문제 풀이

📖 프로그래머스 '모음사전' 문제 풀이

2025년 2월 13일

Finding order in a vowel dictionary using math & DFS

BruteForce
DFS
Math
Python
CodingTest
🤖 Computer Science
🔄 프로그래머스 '프로세스' 문제 풀이

🔄 프로그래머스 '프로세스' 문제 풀이

2025년 2월 12일

Understanding process scheduling using Queue

Queue
Python
CodingTest
🤖 Computer Science

⚡ 프로그래머스 '전력망을 둘로 나누기' 문제 풀이

2025년 2월 12일

Finding minimum power grid difference using BFS

Graph
BFS
Python
CodingTest
🤖 Computer Science

🏠 프로그래머스 '카펫' 문제 풀이

2025년 2월 10일

Finding carpet dimensions using brute force & math

BruteForce
Math
Python
CodingTest
🤖 Computer Science
📖 프로그래머스 'H-Index' 문제 풀이

📖 프로그래머스 'H-Index' 문제 풀이

2025년 2월 9일

Understanding H-Index using Sorting & Search

Sorting
Search
Python
CodingTest
🤖 Computer Science
🚤 프로그래머스 '구명보트' 문제 풀이

🚤 프로그래머스 '구명보트' 문제 풀이

2025년 2월 9일

Explaining the Lifeboat problem using Greedy Algorithm & Two Pointers

Greedy
TwoPointers
Python
CodingTest
🤖 Computer Science
🚛 프로그래머스 '다리를 지나는 트럭' 문제 풀이

🚛 프로그래머스 '다리를 지나는 트럭' 문제 풀이

2025년 2월 9일

Explanation of the Truck Bridge Crossing problem using Queue

Queue
Python
CodingTest
🤖 Computer Science
🧥 프로그래머스 코딩테스트 > 해시 > ‘의상' 문제 풀이

🧥 프로그래머스 코딩테스트 > 해시 > ‘의상' 문제 풀이

2025년 2월 9일

Explaining the combination approach using a HashMap for solving the "Clothes" problem on Programmers

HashMap
Combinatorics
Python
CodingTest
⚙️ Backend

RESTful API 구현을 위한 CRUD 방법론

2024년 10월 8일

Docs
Server
🤖 Computer Science
[Paper Review] Programmable and Customized Intelligence for Traffic Steering in 5G Networks Using Open RAN Architectures

[Paper Review] Programmable and Customized Intelligence for Traffic Steering in 5G Networks Using Open RAN Architectures

2024년 10월 4일

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%.

AMN
Paper
O-RAN
Traffic Steering
5G Networks
💬 Portfolio
Handling SQLAlchemy Refactoring in O-RAN Project

Handling SQLAlchemy Refactoring in O-RAN Project

2024년 8월 25일

Refactoring the Training Manager's database layer to use SQLAlchemy ORM instead of raw SQL and pg8000.

Open Source
O-RAN
SqlAlchemy
Python
📗 Docs
Welcome to Ssum-IT

Welcome to Ssum-IT

2023년 1월 22일

Docs
Morethanlog
💻 Frontend

Dynamically create sitemap.xml in Next.js

2022년 7월 1일

Let's load the sitemap dynamically

SEO
Blog
Next.js
💻 Frontend

Learn how apollo client manages asynchronous state through useMutation

2022년 6월 29일

Let's try useMutation and see how it handles real asynchronous state.

Next.js
GraphQL
Apollo
🤖 Computer Science
About GraphQL

About GraphQL

2022년 6월 21일

Learn GraphQL 🙄

GraphQL
Rest
💻 Frontend

Applying google analytics to Next.js

2022년 6월 17일

Let's understand the principle and apply ga to next.js 😎

Next.js
GA
🤖 Computer Science

About open source license(revalidate)

2022년 6월 10일

Briefly learn about the open source license, and apply the license to your source code uploaded on github 🙂

Open Source
Github
💻 Profile
ssum
Mobile Developer
I develop everything using node.
🌟 Service
💬 Contact
github
email
linkedin