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