일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- android architecture component
- 안드로이드 구글맵
- android push
- Flutter TextField
- Python
- Android P
- dart
- 알고리즘
- C
- Rxjava2
- FLUTTER
- Django REST
- C++
- Django REST framework
- Java
- RxJava
- livedata
- 코틀린
- C/C++
- Android
- mfc
- RxAndroid
- kodility
- Django REST Android
- 프로그래머스
- Kotlin
- flutter firestore
- 안드로이드
- NDK
- UWP
- Today
- Total
목록kodility (2)
개발하는 두더지
A non-empty array A consisting of N integers is given. The array contains an odd number of elements, and each element of the array can be paired with another element that has the same value, except for one element that is left unpaired.For example, in array A such that: A[0] = 9 A[1] = 3 A[2] = 9 A[3] = 3 A[4] = 9 A[5] = 7 A[6] = 9the elements at indexes 0 and 2 have value 9,the elements at inde..
A binary gap within a positive integer N is any maximal sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of N.For example, number 9 has binary representation 1001 and contains a binary gap of length 2. The number 529 has binary representation 1000010001 and contains two binary gaps: one of length 4 and one of length 3. The number 20 has binary re..