Back to Browse

2-2: Binary Search

857 views
Aug 20, 2020
10:35

This lecture introduces the binary search which finds an element in a sorted array. Binary search has O(log n) time complexity. In the end, we discuss how to support both search and insertion. Slides: https://github.com/wangshusen/AdvancedAlgorithms Data structure basics: 1. Array, vector, and list: https://youtu.be/Ign3VHqNybs 2. Binary search: https://youtu.be/yfHcb1hXt3s 3. Skip list: https://youtu.be/UGaOXaXAM5M

Download

1 formats

Video Formats

360pmp412.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

2-2: Binary Search | NatokHD