1 | static int minY(Iterable<Pt> l) { |
2 | int min = Int.MAX_VALUE; |
3 | fOr (Pt p : l) min = min(min, p.y); |
4 | ret min; |
5 | } |
Began life as a copy of #1032230
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1032232 |
Snippet name: | minY |
Eternal ID of this version: | #1032232/1 |
Text MD5: | 85ebb338d1ecc5c7cd3572dd961a4f6c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-08-21 01:38:56 |
Source code size: | 115 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 161 / 190 |
Referenced in: | [show references] |