Home
YUHA๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป
Cancel

[Algorithm] DFS vs BFS

DFS vs BFS ๐Ÿ“Œ Letโ€™s compare ย  BFS DFS Full form Breadth-First Search Depth-First Search Data structure often used ...

[Algorithm] Queue2

Queue Explain Task Previous task 1 2. ํ”„๋ฆฐํ„ฐ in Programmers (Level 2) https://programmers.co.kr/learn/courses/30/lessons/42587 ๐Ÿ“Œ The point Code that is often used when using queue while (!q...

[Data Sturcture] Stack vs Queue

Stack ๐Ÿ†š Queue ๐Ÿ“Œ Common feature the ways to use 'Linear structure' ( + 'List, LinkedList ) ๐Ÿ“Œ Letโ€™s compare ย  Stack Queue Feature LIFO (...

[Algorithm] Queue1

Queue Explain Task 1. ๊ธฐ๋Šฅ๊ฐœ๋ฐœ in Programmers (Level 2) https://programmers.co.kr/learn/courses/30/lessons/42586 ๐Ÿ“Œ The point Code that is often used when using queue while (!queue.isEmpty())...

[Diary] The goal from today

1. The goal Solving at least 100 problems until 11/11 and passing the coding test --- 2. For this goal Study schedule At least 5 algorithm problems everyday (~2021.11.11) (Donโ€™t sleep before...