Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1032232 // minY

JavaX fragment (include)

static int minY(Iterable<Pt> l) {
  int min = Int.MAX_VALUE;
  fOr (Pt p : l) min = min(min, p.y);
  ret min;
}

Author comment

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: 62 / 95
Referenced in: [show references]