개발 공부/알고리즘

data Structures and Algorithms 데이터 구조와 알고리즘 1:개요

Summer_berry 2022. 6. 20. 23:41

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

같은 알고리즘의 구현법은 여러개가 있을 수 있다.