Posts by Year (grid view)

2026

Back to top ↑

2025

Algorithm

Graph

3 minute read

Graph ์šฐ๋ฆฌ๊ฐ€ ํ”ํžˆ ์ƒ๊ฐํ•˜๋Š” โ€˜๊ทธ๋ž˜ํ”„(chart)โ€™๊ฐ€ ์•„๋‹ˆ๋ผ, ์š”์†Œ ๊ฐ„์˜ ๊ด€๊ณ„๋ฅผ ํ‘œํ˜„ํ•˜๋Š” ์ž๋ฃŒ๊ตฌ์กฐ์ž„. ์—ฌ๋Ÿฌ ์š”์†Œ๊ฐ€ ์–ด๋–ป๊ฒŒ ์—ฐ๊ฒฐ๋˜์–ด ์žˆ๋Š”์ง€๋ฅผ ํ‘œํ˜„ํ•จ. ์˜ˆ์‹œ: SNS์—์„œ ์‚ฌ์šฉ์ž๋Š” ์„œ๋กœ ํŒ”๋กœ์šฐํ•˜๊ฑฐ๋‚˜ ํŒ”๋กœ์šฐ๋‹นํ•จ โ†’ ๋‹จ์ˆœ ๋ฐฐ์—ด์ด๋‚˜ ํŠธ๋ฆฌ๋กœ๋Š” ํ‘œํ˜„์ด ์–ด๋ ค์›€.

Algorithm

Maps and Sets

4 minute read

ํ•ด์‹ฑ (Hashing)

EST371

AI Utilization in XR Technology

1 minute read

Recently, there have been many tips on how to use ChatGPT effectively on the Internet. This skill is called Prompt Engineering. Some people are very good at using ChatGPT, but in the case of people who are not familiar with IT or have little exper...

EST371

Risk Management Lessons from the SKT USIM Hacking Incident

3 minute read

In April 2025, SK Telecom faced a major security breach involving unauthorized access to USIM data. This article analyzes the timeline, response gaps, and key risk management lessons from the incident.

Algorithm

Binary Search Trees

11 minute read

BinarySearchTree๋Š” ์‚ฝ์ž…, ์‚ญ์ œ, ๊ฒ€์ƒ‰์—์„œ ํ‰๊ท ์ ์œผ๋กœ O(log n)์˜ ์‹œ๊ฐ„ ๋ณต์žก๋„๋ฅผ ๊ฐ€์ง„๋‹ค. ๊ทธ๋Ÿฌ๋‚˜ ์ตœ์•…์˜ ๊ฒฝ์šฐ์—๋Š” O(n) ์‹œ๊ฐ„ ๋ณต์žก๋„๋ฅผ ๊ฐ€์งˆ ์ˆ˜ ์žˆ๋‹ค. ์ด๋Š” Array, ArrayList, LinkedList์˜ ํ‰๊ท  O(n) ์„ฑ๋Šฅ๋ณด๋‹ค ํ›จ์”ฌ ์ข‹๋‹ค.

Algorithm

Binary Trees

7 minute read

Understand binary-tree concepts and important properties, such as the Binary Tree Theorem and the External Path Length Theorem. Be able to perform various traversals of a binary tree.

99CLUB

JAVA Coding Test Dynamic Programming

2 minute read

์ฝ”๋”ฉํ…Œ์ŠคํŠธ์˜ Dynamic Programming ๊ณผ์ •์„ ํ•œ๋ฒˆ ์ดํ•ดํ•ด๋ณด์ž

Algorithm

JAVA Coding Test Brute-Force

4 minute read

์ฝ”๋”ฉํ…Œ์ŠคํŠธ์˜ brute force ๊ณผ์ •์„ ํ•œ๋ฒˆ ์ดํ•ดํ•ด๋ณด์ž

Algorithm

JAVA Coding Test Greedy

4 minute read

์ฝ”๋”ฉํ…Œ์ŠคํŠธ์˜ Greedy ๊ณผ์ •์„ ํ•œ๋ฒˆ ์ดํ•ดํ•ด๋ณด์ž

TroubleShooting

Unity Troubleshooting - infinite

1 minute read

ํ•˜๋ฃจ์ข…์ผ ์‚ฝ์งˆํ•œ ํ”Œ๋žซํผ ํฌ๋ž™๋ฌธ์ œ

Back to top ↑

2024

Algorithm

JAVA Coding Test Stack

4 minute read

Stack(LIFO) ๋ฐ์ดํ„ฐ์˜ ์ž…๋ ฅ๊ณผ ์ถœ๋ ฅ ์ˆœ์„œ๋Š” ํ›„์ž…์„ ์ถœ(FILO)๋ฐฉ์‹์ด๋‹ค. ๋ฐ์ดํ„ฐ๋ฅผ ์ œํ•œ์ ์œผ๋กœ ์ ‘๊ทผํ•  ์ˆ˜ ์žˆ๋Š” ๊ตฌ์กฐ์ด๊ณ , ํ•œ์ชฝ ๋์—์„œ๋งŒ ์ž๋ฃŒ๋ฅผ ๋„ฃ๊ฑฐ๋‚˜ ๋บ„ ์ˆ˜ ์žˆ๋Š” ๊ตฌ์กฐ (DFS) ์Šคํƒ์€ ๊ฑฐ์˜ ๋ชจ๋“  ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ๋งŒ๋“ค ๋•Œ ์‚ฌ์šฉ๋˜๋Š” ์ž๋ฃŒ๊ตฌ์กฐ๋กœ์„œ, ์Šคํƒ๊ณผ ์—ฐ๊ด€๋œ ์•Œ๊ณ ๋ฆฌ์ฆ˜์„ ์ œ๋Œ€๋กœ ์ดํ•ดํ•˜๋А๋ƒ ๋ชปํ•˜๋А๋ƒ์— ๋”ฐ๋ผ ๊ธฐ๋ณธ ์•Œ๊ณ ๋ฆฌ์ฆ˜์„ ์„ค๊ณ„ํ•  ์ˆ˜ ์žˆ๋А๋ƒ ์—†๋А๋ƒ๊ฐ€ ๊ฒฐ์ •

TroubleShooting

Github ๋Œ€์šฉ๋Ÿ‰ ํŒŒ์ผ ์—…๋กœ๋“œ ์‚ฝ์งˆโ€ฆ.

2 minute read

GIF๋Š” ์–ด์ง€๊ฐ„ํ•˜๋ฉด ์˜ฌ๋ฆฌ์ง€ ๋ง์žโ€ฆ ํšŒ๊ณ ๋ก์„ ์˜ฌ๋ฆฌ๋ฉด์„œ ์˜์ƒ ๋ฐ์ดํ„ฐ๋Š” ์˜ฌ๋ฆด ์ˆ˜๊ฐ€ ์—†์–ด์„œ MOV ํŒŒ์ผ์„ Gif๋กœ ๋ณ€ํ™˜ํ•˜์—ฌ ๊นƒํ—ˆ๋ธŒ์— push๋ฅผ ํ–ˆ๋‹ค.

Reminiscence

2024 Google ์ƒˆ์‹น ํ•ด์ปคํ†ค ์„œ์šธ์‹œ ๋Œ€ํšŒ ์ˆ˜์ƒ ํšŒ๊ณ ๋ก

7 minute read

ํ”„๋กค๋กœ๊ทธ ์ธ๊ฐ„์„ ๋Œ€์ฒดํ•  ๋งŒํ•œ AI์˜ ๋ฐœ์ „, ๊ฐœ๋ฐœ์ง์„ ์ •๋ง ๋‚ด๊ฐ€ ์›ํ•˜๊ธด ํ•˜๋Š”์ง€, ๊ทธ๋ž˜์„œ T์žํ˜• ์ธ๊ฐ„์ด ๋„๋Œ€์ฒด ๋ญ์ผ๊นŒ์— ๋Œ€ํ•œ ํšŒ์˜๊ฐ ๋“ฑ๋“ฑ ์ง€๋‚œ 1๋…„๋™์•ˆ ์ฐธ ๋งŽ์€ ๊ฒƒ๋“ค์„ ๊ณ ๋ฏผํ•˜๋ฉฐ ์ง€๋‚ด์˜จ ๊ฒƒ ๊ฐ™๋‹ค. ์ด๋Ÿฐ ์‹œ๊ฐ„์„ ๋ณด๋‚ด๋ฉด์„œ, VS code๋ฅผ ๋‹จ ํ•œ๋ฒˆ๋„ ์—ด์–ด๋ณด์ง€ ์•Š์•˜๊ณ , ๊ทธ ์ˆ˜๋ถํ•˜๊ณ  ์ดˆ๋ก์ƒ‰์œผ๋กœ ๋ฌผ๋“ค์–ด์žˆ๋˜ ๋‚ด ๊นƒํ—ˆ๋ธŒ ์ž”๋”” ๋˜ํ•œ ์žฟ๋น› ๊ฐ€๋ญ„์ด ๋˜์–ด๋ฒ„๋ฆฌ๊ณ  ๋ง์•˜๋‹ค.

iOS

iOS ์Šคํ„ฐ๋”” week4. ๊ตฌ์กฐ์ฒด์˜ ํ™•์žฅ๊ณผ ์ƒ์„ฑ์ž ๊ด€๋ จ ์„ธ๋ถ€์‚ฌํ•ญ

4 minute read

๊ตฌ์กฐ์ฒด์˜ ํ™•์žฅ๊ณผ ์ƒ์„ฑ์ž ๊ด€๋ จ ์„ธ๋ถ€์‚ฌํ•ญ ํ™•์žฅ์—์„œ๋„ ์ƒ์„ฑ์ž๋ฅผ ๊ตฌํ˜„ํ•  ์ˆ˜ ์žˆ์ง€๋งŒ, ๋ชจ๋“  ์ƒ์„ฑ์ž๋ฅผ ๊ตฌํ˜„ํ•  ์ˆ˜๋Š” ์—†๋‹ค.

iOS

iOS์Šคํ„ฐ๋”” week3, ๊ณ„์‚ฐ์†์„ฑ๊ณผ ์ €์žฅ์†์„ฑ

3 minute read

๊ตฌ์กฐ์ฒด(struct) and ํด๋ž˜์Šค(class) ์ด ๋‘˜์€ ๋ชจ๋‘ ๊ฐ์ฒด์ง€ํ–ฅ โ†’ ๊ณตํ†ต์ ์œผ๋กœ ์†์„ฑ๊ฐ’(properties)์€ ๊ฐ™๋‹ค. ์ €์žฅ์†์„ฑ, ์ง€์—ฐ(Lazy)์ €์žฅ์†์„ฑ, ๊ณ„์‚ฐ์†์„ฑ(Computed), ํƒ€์ž…์†์„ฑ, ์†์„ฑ ๊ฐ์‹œ์ž(observer)

iOS

inout ์ž…์ถœ๋ ฅ ํŒŒ๋ผ๋ฏธํ„ฐ, gaurd๋ฌธ, ์˜ต์…”๋„ ๋ฐ”์ธ๋”ฉ

3 minute read

๊ธฐ์กด ํŒŒ์ด์ฌ์ด๋‚˜ ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ๋ฌธ๋ฒ•์„ ์•Œ๊ณ  ์žˆ๊ธฐ ๋•Œ๋ฌธ์—, ๋น„์Šทํ•œ ๋ฐฉ์‹์˜ ๋ฌธ๋ฒ•๊ตฌ์กฐ์™€ ๊ด€๋ จ๋œ ๊ฑด ์Šคํ‚ตํ•˜๊ธฐ๋กœ ํ–ˆ๋‹ค. ๋‹ค๋งŒ Swift์—์„œ ๊ผญ ์•Œ์•„์•ผ๋งŒ ํ•˜๋Š” ๋ฌธ๋ฒ•๊ณผ ์ด ์–ธ์–ด์˜ ํŠน์ง•๊ณผ ๊ฐ™์€ ๋ฌธ๋ฒ•๋“ค์€ ๊ผผ๊ผผํ•˜๊ฒŒ ๋˜์งš์–ด๋ณด์ž. (์‚ฌ์‹ค ์ด๊ฒŒ ๋” ์–ด๋ ค์›€;;)

Back to top ↑

2023

Back to top ↑