JenilGajjar20 / JenilGajjar20/Competitive-Programming_problems

Search A 2D Array

Ouverte
#201 0 commentaires 0 réactions 1 personne assignée Réclamée par @harshogale04 Voir sur GitHub
hacktoberfest hacktoberfest-accepted
Langage dominant
C++
Étoiles
18
Forks
75
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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!

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.