Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Concept
Merge algorithm
Formal sciences
Theoretical computer science
Algorithms and data structures
Analysis of algorithms
Graph Chatbot
Related lectures (26)
Login to filter by course
Login to filter by course
Reset
Previous
Page 3 of 3
Next
Induction and Recursion: Summary
Covers mathematical induction, recursively defined functions, and iterative algorithms for problem-solving.
Statistical Hypothesis Testing
Covers statistical hypothesis testing, likelihood estimation, and confidence intervals construction.
Merge Sort: Divide and Conquer
Introduces growth of functions, sorting problem, insertion sort, computational model, and merge sort.
Sorting Algorithms: Merge Sort
Presents the merge sort algorithm for sorting integers and the concept of fusion for merging ordered lists efficiently.
Recursion and Karatsuba Multiplication
Explains recursion in algorithms and the Karatsuba multiplication method for large numbers.
Merge Sort: Divide-and-Conquer Approach
Introduces the merge sort algorithm through the divide-and-conquer approach, emphasizing correctness and time analysis.