JenilGajjar20 / JenilGajjar20/Competitive-Programming_problems

Search A 2D Array

Abierto
#201 0 comentarios 0 reacciones 1 asignado Reclamado por @harshogale04 Ver en GitHub
hacktoberfest hacktoberfest-accepted
Lenguaje dominante
C++
Estrellas
18
Forks
75
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

You are given an m x n integer matrix matrix with the following two properties:

Each row is sorted in non-decreasing order.
The first integer of each row is greater than the last integer of the previous row.
Given an integer target, return true if target is in matrix or false otherwise.

You must write a solution in O(log(m * n)) time complexity.

Hello! I’d love to contribute to this repository as part of Hacktoberfest 2024. Could you assign me to this issue and tag it with the Hacktoberfest label? Thanks in advance!

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.