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
- dart
- Rxjava2
- kodility
- Django REST framework
- Flutter TextField
- flutter firestore
- NDK
- RxAndroid
- mfc
- Kotlin
- Python
- C/C++
- Java
- RxJava
- FLUTTER
- android architecture component
- 프로그래머스
- livedata
- C
- 안드로이드 구글맵
- android push
- Android P
- 코틀린
- UWP
- 안드로이드
- Django REST Android
- Android
- 알고리즘
- Django REST
- C++
Archives
- Today
- Total
목록binary gab (1)
개발하는 두더지
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..
알고리즘
2019. 1. 29. 18:04