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 sort
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
Solving Recurrences
Focuses on solving recurrences in divide-and-conquer algorithms using various techniques and examples.
Dynamic Programming: Palindromic Subsequences
Explores dynamic programming for palindromic subsequences, merging binary search trees, and finding the median of two sorted arrays.
Matlab: Interactive Mode and Project Steps
Introduces Matlab basics, error handling, and billiards project concepts.
Computation & Algorithms II: Binary Search and Merge Sort
Explores binary search, merge sort, recursion in algorithms, Fibonacci numbers, and dynamic programming.
Induction and Recursion: Summary
Covers mathematical induction, recursively defined functions, and iterative algorithms for problem-solving.
Parallel Sorting: Merge Sort Algorithm
Covers the implementation of a parallel merge sort algorithm in Scala, comparing its performance with quicksort.