[LeetCode] 169. Majority Element
1150번과 매우 유사한 문제다. 다만 다른 점은 해당 문제에선 Majority Element가 반드시 있다는 가정하에 이를 반환하는 것이고, 1150은 input으로 주어진 숫자가 Majority Element가 맞는지 틀린지를 반환하는 것이다. Given an array nums of size n, return the majority element. The majority element is the element that appears more than ⌊n / 2⌋ times. You may assume that the majority element always exists in the array. Example 1: Input: nums = [3,2,3] Output: 3 Example 2: In..
기술(Tech, IT)/리트코드(LeetCode)
2023. 7. 12. 07:11
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 머신 러닝
- 투 포인터
- java
- 이코노미스트 에스프레소
- 오블완
- 파이썬
- 티스토리챌린지
- leetcode
- Hash Map
- DICTIONARY
- 리트코드
- The Economist Espresso
- 소켓 프로그래밍
- tf-idf
- The Economist
- vertex shader
- defaultdict
- Computer Graphics
- 안드로이드
- Android
- ml
- min heap
- 이코노미스트
- Python
- 딕셔너리
- machine learning
- join
- C++
- I2C
- socket programming
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함
반응형