반응형

배열 4

[릿코드, Leetcode] [JAVA] Find Numbers with Even Number of Digits

Find Numbers with Even Number of Digits - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Leetcode - Find Numbers with Even Number of Digits 설명 Given an array nums of integers, return how many of them contain an even number of digits. Example 1: Input: nums = [12,345,2,6,7896] Outp..

─━ IT ━─ 2021.04.12

[해커랭크, HackerRank] [JAVA] 2D Array - DS

2D Array - DS | HackerRank How to access and use 2d-arrays. www.hackerrank.com 코딩테스트 연습 - 2D Array - DS 설명 제한사항 소스코드 import java.io.*; import java.math.*; import java.security.*; import java.text.*; import java.util.*; import java.util.concurrent.*; import java.util.regex.*; public class Solution { // Complete the hourglassSum function below. static int hourglassSum(int[][] arr) { int answer = I..

─━ IT ━─ 2021.03.25
반응형