static int minOfIntArray(int[] a) { if (a == null || a.length == 0) ret 0; int n = a.length, x = a[0]; for (int i = 1; i < n; i++) x = min(a[i], x); ret x; }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023863 |
| Snippet name: | minOfIntArray |
| Eternal ID of this version: | #1023863/2 |
| Text MD5: | 04c6bb64fd2e447281ed2070954cb944 |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-10 18:34:54 |
| Source code size: | 175 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 419 / 465 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |