aayushi-droid / Edabit-Solutions

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

An Ordered Matrix #73

Closed kushalbargoti closed 3 years ago

kushalbargoti commented 3 years ago

Before jumping into Pr first comment for assign.

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. Probelm Link : https://edabit.com/challenge/qbpHHZYQrJnNYjtjn Choose one Cateorgy - Medium question category : Arrays, Math


Before submitting a PR please Check some details.

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck.

kushalbargoti commented 3 years ago

@aayushi-droid Please Assign this issue to me :)

Vrindagupta6828 commented 3 years ago

@kushalbargoti please assign me this

kushalbargoti commented 3 years ago

Hey! @Vrindagupta6828 you can choose any problem from edabit then create an issue and get it assigned and work on it.

ashishrrs commented 3 years ago

I would love to work on this project

RamyaThirumalaisamy commented 3 years ago

@aayushi-droid Please assign this task to me Thanks!

Vrindagupta6828 commented 3 years ago

@kushalbargoti when will these issues be assigned?

babitha667 commented 3 years ago

I would like to contribute please assign this to me.

kushalbargoti commented 3 years ago

@aayushi-droid Done✅

ACAA06 commented 3 years ago

Problem statement : Create a function to find only the root value of x in any quadratic equation ax^2 + bx + c. Probelm Link : https://edabit.com/challenge/nasKYub6qEAfQcFuy Choose one Cateorgy - Medium question category : Conditions , Math, Algebra

Can i do this in C++?