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
Counting sort
Formal sciences
Theoretical computer science
Algorithms and data structures
Analysis of algorithms
Graph Chatbot
Related lectures (27)
Login to filter by course
Login to filter by course
Reset
Previous
Page 2 of 3
Next
Hashing and Quick Sort
Covers the efficient implementation of hash tables and the Quick Sort algorithm.
Finite Element Simulation
Explores finite element simulation, emphasizing element types, convergence, and mesh refinement.
Quick Sort: In-place Subdivision
Explains the in-place subdivision method for quicksort with a unique pivot, covering its temporal complexity.
Quicksort: Expected Running Time and Decision Tree
Discusses the expected running time of randomized quicksort and decision trees as an abstraction of comparison sorts.
Query Optimization: Execution Models
Explores Run-Length Encoding, Query optimization, and Execution models for efficient query processing.
Hashing and Sorting
Covers hashing, sorting, extendible hashing, linear hashing, and external sorting.
C++ Standard Library: Containers and Algorithms
Explores containers and algorithms in the C++ standard library, including find, copy, and sort functionalities.
Dynamic Programming: Palindromic Subsequences
Explores dynamic programming for palindromic subsequences, merging binary search trees, and finding the median of two sorted arrays.
Matrix Multiplication and Divide-and-Conquer Techniques
Discusses matrix multiplication using divide-and-conquer techniques and introduces Strassen's algorithm for improved efficiency.
Heapsort and Priority Queues
Covers the Heapsort algorithm, which sorts arrays efficiently using max-heaps and introduces priority queues.