일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- espresso
- 재사용
- 코딜리티
- 안드로이드13
- 안드로이드스튜디오
- adapter
- binding adapter
- Fragment 수동 추가
- recyclerview
- high order function
- ActivityTestRule
- Error:Execution failed for task ':app:mergeDebugResources'
- ui test
- 테마 아이콘
- IntentTestRule
- 구분선
- 안드로이드개발레벨업교과서
- 코틀린
- 고차함수
- fragment
- LayoutManger
- Fragment에서 Activity의 함수 사용하기
- searchview
- 뷰변경 감지
- 스와이프
- 리사이클러뷰
- 생명주기
- viewholder
- 안드로이드
- Android
Archives
- Today
- Total
목록전체 글 (241)
룬아님의 취중코딩

BinaryGap 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 ha..
개발/알고리즘
2019. 8. 5. 22:03