Codility Swift Swift solutions
문제에 대한 이해력, 숨겨진 힌트를 찾아내는 것, 적합한 Algorithm이나 공식을 생각해 내는 것도 Algorithm 문제 해결의 일부라고 생각합니다만 Codility lessons는 어디까지나 연습 문제이기에 최대한 이해하기 쉽도록 한글로 번역중입니다. 🇰마크가 붙어있는 lesson은 한글 번역이 완료된 문제입니다.
Lesson 1: Iterations
Lesson 2: Arrays
Lesson 3: Time Complexity
Lesson 4: Counting Elements
Lesson 5: Prefix Sums
Lesson 6: Sorting
Lesson 7: Stacks and Queues
Lesson 8: Leader
Lesson 9: Maximum slice problem
Lesson 10: Prime and composite numbers
Lesson 15: Caterpillar method
Lesson 16: Greedy algorithms