section1 : introduction
data structure
The fact is, there aren't just two sides to any issue, there's almost always a range of responses, and "it depends" is almost always the right answer in any big question.
-Linus Torvalds
중요한 것은, 문제를 해결하는데에는 양면의 방법만 있는게 아니라, 항상 다양한 응답이 있다
그리고 어떤 큰 문제에서든지 항상 때에 따라 다른 것이 정답이다.
Algorithms
There can be many algorithms that accomplish the same task.
같은 문제를 해결하기 위해 수많은 알고리즘이 있을 수 있다.
There can be many implementations of the same algorithm
같은 알고리즘의 구현법은 여러개가 있을 수 있다.
'개발 공부 > 알고리즘' 카테고리의 다른 글
자료구조: 우선순위 큐(Priority Queue) 와 힙(Heap) (0) | 2023.01.08 |
---|---|
정렬 - 삽입정렬(Insertion Sort) (0) | 2022.08.10 |
정렬 - 선택정렬(Selection Sort) (0) | 2022.08.10 |
정렬 - 버블정렬 (Bubble sort) (0) | 2022.08.10 |
데이터 구조와 알고리즘 2: Big-O 시간복잡도 (0) | 2022.06.21 |