[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
- 티스토리챌린지
- ml
- join
- Android
- Computer Graphics
- socket programming
- 투 포인터
- DICTIONARY
- 리트코드
- tf-idf
- 이코노미스트
- C++
- 소켓 프로그래밍
- I2C
- defaultdict
- 안드로이드
- vertex shader
- 이코노미스트 에스프레소
- min heap
- java
- 딕셔너리
- 오블완
- leetcode
- The Economist Espresso
- machine learning
- The Economist
- Hash Map
- Python
- 파이썬
- 머신 러닝
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
반응형