B-trees in 4 minutes — Search

Michael Sambol August 15, 2022
Video Thumbnail
Michael Sambol Logo

Michael Sambol

View Channel

About

Data structures and algorithms in X minutes. Howdy, I'm Mike. I'm a software engineer from the United States. I make concise computer science tutorials to help you learn, review for exams, and prep for interviews. My background: I have a bachelor's and master's degree in computer science from Georgia Tech. I'm a principal software engineer for Workday, and I previously worked for AWS, Intuit, and IBM.

Video Description

Step by step instructions for searching a B-tree. Code: https://github.com/msambol/dsa/blob/master/trees/b_tree.py Source: Introduction To Algorithms, Third Edition (CLRS) [https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844] LinkedIn: https://www.linkedin.com/in/michael-sambol

You May Also Like