codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

[Program]: Find smallest element in a matrix #3778

Open harshraj8843 opened 1 year ago

harshraj8843 commented 1 year ago

Description

Write a program to find smallest element in a matrix

Input :
4 7 3
9 4 2
0 6 4

Output : 0

Contributed by - @ShubhraSuman

Tracking Issues

Shubham-2110 commented 9 months ago

@harshraj8843 can I please work on this?