aayushi-droid / Edabit-Solutions

Edabit Solutions using Cpp(C++)
MIT License
39 stars 154 forks source link

An Ordered Matrix #288

Closed kushalbargoti closed 3 years ago

kushalbargoti commented 3 years ago

Description

Problem statement : Create an ordered 2D array (matrix). A matrix is ordered if its (0, 0) element is 1, its (0, 1) element is 2, and so on. Your function needs to create an a × b matrix where a is the first argument and b is the second. Problem Link : https://edabit.com/challenge/qbpHHZYQrJnNYjtjn Choose one Category - Medium Question category : Arrays, Math

Program Name - An Ordered Matrix
Issue No.- #73

Type issue number after hash(#)

Checklist(self check)

kushalbargoti commented 3 years ago

I was unable to add labels so kindly add from your side.

kushalbargoti commented 3 years ago

@aayushi-droid You can merge and close the issue.