@@ -140,7 +140,7 @@ <h6> 2. I like trains :3 -> trains </h6>
140
140
141
141
< div class ="col-4 ">
142
142
< div class ="example ">
143
- < h1 class ="display-4 "> Find the Largest Element </ h1 >
143
+ < h1 class ="display-4 "> Find the Largest Value </ h1 >
144
144
< h3 class ="lead "> EXAMPLE </ h3 >
145
145
< h6 > 1. 1,3,10,4,6,7,8 -> 10 </ h6 >
146
146
< h6 > 2. 302,17,35,66,100,1 -> 302 </ h6 >
@@ -150,11 +150,28 @@ <h6> 2. 302,17,35,66,100,1 -> 302 </h6>
150
150
< input class ="form-control form-control-lg " type ="text " id ="findTheLargestElementInput " name ="findTheLargestElementInput ">
151
151
</ div >
152
152
</ div >
153
- < button id ="btn-space " onclick ="findTheLargestElement() " class ="btn btn-outline-info btn-lg "> Find the Largest Element ! </ button >
153
+ < button id ="btn-space " onclick ="findTheLargestElement() " class ="btn btn-outline-info btn-lg "> Find the Largest Value ! </ button >
154
154
< p class ="lead "> RESULT </ p >
155
155
< strong id ="findTheLargestElementResult "> ------------ </ strong >
156
156
</ div >
157
157
158
+ < div class ="col-4 ">
159
+ < div class ="example ">
160
+ < h1 class ="display-4 "> Find the Smallest Value </ h1 >
161
+ < h3 class ="lead "> EXAMPLE </ h3 >
162
+ < h6 > 1. 1,3,10,4,6,7,8 -> 1 </ h6 >
163
+ < h6 > 2. 302,17,35,66,100,1 -> 1 </ h6 >
164
+ </ div >
165
+ < div class ="row ">
166
+ < div class ="col-8 ">
167
+ < input class ="form-control form-control-lg " type ="text " id ="findTheSmallestElementInput " name ="findTheSmallestElementInput ">
168
+ </ div >
169
+ </ div >
170
+ < button id ="btn-space " onclick ="findTheSmallestElement() " class ="btn btn-outline-info btn-lg "> Find the Smallest Value! </ button >
171
+ < p class ="lead "> RESULT </ p >
172
+ < strong id ="findTheSmallestElementResult "> ------------ </ strong >
173
+ </ div >
174
+
158
175
</ div >
159
176
160
177
0 commit comments