LeetCode 面试题 03 数组中重复的数字
生活随笔
收集整理的這篇文章主要介紹了
LeetCode 面试题 03 数组中重复的数字
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
原題鏈接
標簽:
數(shù)組 集合?
解題思路,找到數(shù)組中重復(fù)的任何一個元素。所以直接創(chuàng)建一個Set就解決了
class Solution {public int findRepeatNumber(int[] nums) {Set<Integer> numsSet = new HashSet<>();for(int num: nums) {if(!numsSet.add(num)) {return num;}}return -1;} }?
總結(jié)
以上是生活随笔為你收集整理的LeetCode 面试题 03 数组中重复的数字的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 30开头的股票涨跌幅度是多少?
- 下一篇: etc银行免费办理吗?