
List of algorithms - Wikipedia
An algorithm is fundamentally a set of rules or defined procedures that is typically designed and used to solve a specific problem or a broad set of problems. Broadly, algorithms define process (es), sets of …
Introduction to Algorithms - Wikipedia
Introduction to Algorithms is a book on computer programming by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. The book is described by its publisher as "the leading …
SlideShare - Wikipedia
SlideShare is an American hosting service, now owned by Scribd, for professional content including presentations, infographics, documents, and videos. Users can upload files privately or publicly in …
Algorithm - Wikipedia
Flowchart of using successive subtractions to find the greatest common divisor of number r and s In mathematics and computer science, an algorithm (/ ˈælɡərɪðəm / ⓘ) is a finite sequence of …
Analysis of algorithms - Wikipedia
In computer science, the analysis of algorithms is the process of finding the computational complexity of algorithms —the amount of time, storage, or other resources needed to execute them.
Search algorithm - Wikipedia
In computer science, a search algorithm is an algorithm designed to solve a search problem. Search algorithms work to retrieve information stored within particular data structure, or calculated in the …
Kruskal's algorithm - Wikipedia
Kruskal's algorithm[1] finds a minimum spanning forest of an undirected edge-weighted graph. If the graph is connected, it finds a minimum spanning tree. It is a greedy algorithm that in each step adds …
Gerchberg–Saxton algorithm - Wikipedia
The Gerchberg-Saxton algorithm. FT is Fourier transform. The Gerchberg–Saxton (GS) algorithm is an iterative phase retrieval algorithm for retrieving the phase of a complex-valued wavefront from two …