Coding Interview Tutorial 39: Search a 2D Matrix [LeetCode]

preview_player
Показать описание
Learn how to check if a sorted 2D matrix contains a specific element, in time O(log(m*n)), where m is the number of rows and n is the number of columns.

This is an important programming interview question, and we use the LeetCode platform to solve this problem.

Рекомендации по теме
Комментарии
Автор

@Amell Peralta can you please do Leetcode: 33. Search in Rotated Sorted Array

itachicodes