
검색
Algorithm
01
알고리즘, 절차
a precise rule (or set of rules) specifying how to solve some problem
02
알고리즘, 규칙 시스템
a set of rules used by digital systems to decide what content to show users based on their behavior and preferences
Example
The search engine uses complex algorithms to rank web pages based on relevance and authority.
검색 엔진은 관련성과 권위에 따라 웹 페이지의 순위를 매기기 위해 복잡한 알고리즘을 사용합니다.
Social media platforms use algorithms to personalize users' news feeds, showing them content based on their interests and behavior.
소셜 미디어 플랫폼은 사용자의 뉴스 피드를 개인화하기 위해 알고리즘을 사용하여 그들의 관심사와 행동에 기반한 콘텐츠를 보여줍니다.
03
알고리즘
a finite sequence of well-defined, mathematical instructions for completing a specific task or solving a problem
Example
The Euclidean algorithm is used to find the greatest common divisor of two integers.
유클리드 알고리즘은 두 정수의 최대공약수를 찾는 데 사용됩니다.
The Sieve of Eratosthenes is an algorithm for finding all prime numbers up to a given limit.
에라토스테네스의 체는 주어진 한계까지의 모든 소수를 찾기 위한 알고리즘입니다.