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
Lecture
Binary trees and Catalan numbers
Graph Chatbot
Related lectures (26)
Previous
Page 2 of 3
Next
Longest Common Subsequence and Optimal BST
Explores Longest Common Subsequence and Optimal Binary Search Trees, discussing algorithms and probabilities for efficient search structures.
Binary Search Trees: Implementation and Operations
Covers the implementation and operations of basic data structures like stacks, queues, and linked lists, and introduces binary search trees.
Optimal Binary Search Trees
Explains Optimal Binary Search Trees using dynamic programming and covers a midterm exam from 2016.
Binary Search Trees Operations
Explains binary search tree operations, focusing on insertion, search, and list conversion, with an emphasis on formal verification and debugging.
Optimal Binary Search Trees
Explores optimal binary search trees to minimize search cost using dynamic programming and recursive formulations.
Binary Search: Basics and Execution
Explores binary search fundamentals, efficiency, and temporal complexity in algorithmic searching.
Algorithms: Final Exam Review
Provides a detailed review of the 2016 final exam, covering various algorithmic problems.
Encoder and Decoder for Prefix-Free Codes
Covers the implementation and verification of encoder and decoder for prefix-free codes, including classes and types, lemmas on trees, and the main theorem.
Optimal Binary Search Tree
Explores optimal binary search trees to minimize expected search cost and discusses graphs representation using adjacency matrices and lists.
Class Hierarchies
Covers abstract classes, class extensions, object definitions, companion objects, and dynamic binding in Scala.