8 kyu
Find the smallest integer in the array
31,603 of 293,316dukeofgarda
Description:
Given an array of integers your solution should find the smallest integer.
For example:
- Given
[34, 15, 88, 2]
your solution will return2
- Given
[34, -345, -1, 100]
your solution will return-345
You can assume, for the purpose of this kata, that the supplied array will not be empty.
Fundamentals
Similar Kata:
Stats:
Created | Jul 12, 2015 |
Published | Jul 12, 2015 |
Warriors Trained | 386098 |
Total Skips | 24295 |
Total Code Submissions | 547226 |
Total Times Completed | 293316 |
Java Completions | 31603 |
JavaScript Completions | 105682 |
Python Completions | 97384 |
C# Completions | 16900 |
PHP Completions | 6678 |
R Completions | 891 |
TypeScript Completions | 4199 |
Ruby Completions | 5231 |
Crystal Completions | 73 |
Scala Completions | 1066 |
Kotlin Completions | 2918 |
Haskell Completions | 1549 |
CoffeeScript Completions | 48 |
C++ Completions | 14095 |
NASM Completions | 90 |
Rust Completions | 3402 |
C Completions | 5606 |
Racket Completions | 95 |
Julia Completions | 133 |
Go Completions | 4036 |
Dart Completions | 1523 |
Lua Completions | 437 |
D Completions | 16 |
RISC-V Completions | 26 |
Groovy Completions | 22 |
Total Stars | 1493 |
% of votes with a positive feedback rating | 87% of 18743 |
Total "Very Satisfied" Votes | 14703 |
Total "Somewhat Satisfied" Votes | 3295 |
Total "Not Satisfied" Votes | 745 |