search algorithms은 기본적으로 list에 저장해서 data를 찾는 것이 목적이에요!크게 두 가지 방법이 있는데 linear, binary가 있습니다!linear searchsearch를 하는 방법은 찾는 값을 해당 list의 인자들과 비교를 하고 있으면