Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 안드로이드
- Baekjoon
- 연결리스트
- c언어
- c언어 프로젝트
- android studio tutorial
- leetcode
- Flutter
- 게임
- 기초
- 알고리즘
- 틱택토
- 코딩테스트
- 플러터
- 코딩
- 개발
- programmers
- 양방향 연결리스트
- 백준
- C
- level1
- 안드로이드 튜토리얼
- 안드로이드 스튜디오
- dart
- tic-tac-toe
- IT
- android studio
- 풀이
- 단방향 연결리스트
- 프로젝트
Archives
- Today
- Total
목록2025/03 (1)
얼렁뚱땅 개발 블로그
Easy - 2206. Divide Array Into Equal Pairs
문제You are given an integer array nums consisting of 2 * n integers. You need to divide nums into n pairs such that:Each element belongs to exactly one pair.The elements present in a pair are equal. Return true if nums can be divided into n pairs, otherwise return false. Constraints:nums.length == 2 * n1 1 해석nums는 2 * n개의 정수로 구성된 정수 배열이 주어집니다. nums를 다음과 같은 조건을 만족하는 n개의 쌍으로 나누어야 합니다:각 요소는 정확히 하나의 ..
코딩테스트/LeetCode
2025. 3. 17. 17:00