Learning-log/JAVA
배열에서 정렬 없이 최댓값 바로 찾는 문법
why제곱
2023. 3. 23. 17:09
내가 찾아 보려고 쓰는 글 :)
int max = Math.max(Arrays.stream(arrName).max().getAsInt()