An Introduction to Algorithms and Analysis
An Introduction to Algorithms and Analysis. Instructor: Prof. Sourav Mukhopadhyay, Department of Mathematics, IIT Kharagpur. This course provides an introduction to mathematical modeling of computational problems. It covers the common algorithms, algorithmic paradigms, and data structures used to solve these problems. The course emphasizes the relationship between algorithms and programming, and introduces basic performance measures and analysis techniques for these problems. (from nptel.ac.in)
Lecture 25 - Binary Search Tree (BST) Sort |
Binary search tree (BST), build BST, inorder-tree-walk, BST sort, runtime of BST sort, relationship between BST sort and Quicksort
Go to the Course Home or watch other lectures: