Binary Search in 2D Arrays
Offered By: Kunal Kushwaha via YouTube
Course Description
Overview
Learn how to apply binary search techniques for efficient searching in 2D arrays and matrices. Explore optimal solutions for row-column matrices and sorted matrices through detailed explanations, code examples, and practical problem-solving approaches. Gain valuable insights into data structures and algorithms to enhance your programming skills and prepare for technical interviews.
Syllabus
Introduction
Searching in Matrices
Q1 : Row Column Matrix
Code for Q1
Q2 : Sorted Matrix
Code for Q2
Outro
Taught by
Kunal Kushwaha
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera