Home
YUHAπŸ‘©πŸ»β€πŸ’»
Cancel

[Algorithm] Sort

Sort Task 1. κ°€μž₯ 큰 수 in Programmers (Level 2) πŸ“Œ Problem https://programmers.co.kr/learn/courses/30/lessons/42746 πŸ“Œ The point Used **Arrays.sort(array, Comparator)** It’s on...

[Algorithm] Greedy3

Greedy algorithm Task 3. μ‘°μ΄μŠ€ν‹± in Programmers (Level 2) πŸ“Œ Problem https://programmers.co.kr/learn/courses/30/lessons/42860 πŸ“Œ The point Use the greedy Check the condition Choos...

[Algorithm] Greedy2

Greedy algorithm Task 2. ꡬλͺ…λ³΄νŠΈ in Programmers (Level 2) πŸ“Œ Problem https://programmers.co.kr/learn/courses/30/lessons/42885 πŸ“Œ The point Use the greedy Check the condition Choos...

[Algorithm] Greedy1

Greedy algorithm Task 1. 큰 수 λ§Œλ“€κΈ° in Programmers (Level 2) πŸ“Œ Problem https://programmers.co.kr/learn/courses/30/lessons/42883 πŸ“Œ The point Compare the size of numbers and save the result to Sta...

[Algorithm] Brute-force Search 3

Brute-force Search Task Previous task1 Previous task2 3. 카펫 in Programmers (Level 2) πŸ“Œ Problem https://programmers.co.kr/learn/courses/30/lessons/42842 πŸ“Œ The point Used recursion πŸ“Œ Answer clas...