Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

[Program]: Write a Haskell program to find smallest element in a matrix #3785

Closed
Tracked by #3778
harshraj8843 opened this issue Dec 9, 2022 · 1 comment · Fixed by #5633
Closed
Tracked by #3778

[Program]: Write a Haskell program to find smallest element in a matrix #3785

harshraj8843 opened this issue Dec 9, 2022 · 1 comment · Fixed by #5633
Assignees
Labels
closed closed issues/PRs good first issue Good for newcomers Haskell haskell related help wanted Extra attention is needed program

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Dec 9, 2022

Description

Write a Haskell program to find smallest element in a matrix

Input :
4 7 3
9 4 2
0 6 4

Output : 0

Contributed by - @ShubhraSuman

How to contribute
  • Save the solution in program/program/find-smallest-element-in-a-matrix/find_smallest_element_in_a_matrix.hs file
@harshraj8843 harshraj8843 added good first issue Good for newcomers Haskell haskell related labels Dec 9, 2022
@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 29, 2023
@harshraj8843 harshraj8843 changed the title Write a Haskell program to find smallest element in a matrix [Program]: Write a Haskell program to find smallest element in a matrix May 30, 2023
@Shubham-2110 Shubham-2110 removed their assignment Dec 1, 2023
@harshraj8843 harshraj8843 added the help wanted Extra attention is needed label Dec 11, 2023
@sricharan200
Copy link
Contributor

!assign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed closed issues/PRs good first issue Good for newcomers Haskell haskell related help wanted Extra attention is needed program
Projects
None yet
3 participants