Skip to content

Commit f5e385b

Browse files
authored
add readme for minimumElementInAnArray in readme
Just testing out some features, learning the markdown
1 parent a875de3 commit f5e385b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Arrays and Strings/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Arrays and Strings
2+
3+
#### 1. [Return minimum Element In an Array (minimumElementInAnArray)](minimumElementInAnArray.cpp)
4+
5+
> Write an algorithm that accepts an array of `'n'` length , finds the minimum element in it and returns it.
6+

0 commit comments

Comments
 (0)