JenilGajjar20 / JenilGajjar20/Competitive-Programming_problems

Search A 2D Array

オープン
#201 コメント 0 件 リアクション 0 件 担当者 1 名 @harshogale04 が担当を希望しています GitHub で見る
hacktoberfest hacktoberfest-accepted
主要言語
C++
スター
18
フォーク
75
PR マージ指標
30日以内にマージされた PR はありません

説明

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!

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。