Skip to content

Commit c9c9f52

Browse files
committed
update
1 parent a5edc2f commit c9c9f52

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@
44
<p>Suppose you are going through a jungle. Now there are many animals around you. You want to count these. But the number of creatures is growing as deep as you want. The first 10 miles have 50 animals per mile The next 10 miles have 100 animals per mile. And then there are 200 animals per mile as you go. Now how to calculate these is shown inside animalCount.</p>
55

66
#### arrayMax
7-
<p>arrayMax lets you easily find the largest array in any of your arrays.</p>
7+
<p>arrayMax lets you easily find the largest array in any of your arrays.</p>
8+
9+
#### arraySum
10+
<p>You can find the sum of all the numbers in an array.</p>
11+
12+
#### duplicate
13+
<p>An easy solution is to delete a number or a string twice or more if it is in an array</p>
14+
15+
#### swap
16+
<p>You can do this if you want to swap the value of one var to another var.</p>

0 commit comments

Comments
 (0)