Questions 이번 챕터에서는 답을 찾을 질문들 3️⃣가지 1️⃣ 알고리즘이란 무엇인가? (What are algorithms?) 2️⃣ 알고리즘은 왜 연구할 가치가 있는가? (Why is the study of algorithms worthwile?) 3️⃣ 컴퓨터 분야에서 이용되고 있는 다른 기술과 관련해 알고리즘은 어떤 역할을 할까? (What is the role of algorithms relative to other technologies used in computers?)1-1. Algorithms 알고리즘(Algorithms)은 간단히 말하면 어떤 값이나 값의 집합을 입력(input)으로 받아 또 다른 값이나 값의 집합을 출력(output)하는 정의된 계산 절차를 말한다. Inform..