Bubble Sort
A simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
A simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
A sorting algorithm that distributes elements into a number of buckets, sorts each bucket individually, and then combines the buckets to get the sorted list.
The process of defining and creating algorithms to solve problems and perform tasks efficiently.
A simplified, informal language used to describe the logic and steps of an algorithm or program, without syntax of actual programming languages.
An algorithm used by Google Search to rank web pages in their search engine results, based on the number and quality of links to a page.
A recommendation system technique that suggests items similar to those a user has shown interest in, based on item features.
Systematic errors in AI models that arise from the data or algorithms used, leading to poor outcomes.
The use of algorithms to generate new data samples that resemble a training dataset, often used in AI for creating realistic outputs.
A design approach that uses data, algorithms, and predictive analytics to anticipate user needs and behaviors, creating more personalized and effective experiences.