Skip to content

Commit

Permalink
Merge pull request ZoranPandovski#2690 from jihyunseol/patch-6
Browse files Browse the repository at this point in the history
Create README(KR).md
  • Loading branch information
ZoranPandovski authored Nov 23, 2020
2 parents 3642296 + 2f2910b commit 198062a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
두 개의 음이 아닌 정수 사이의 Hamming distance는 해당 비트가 다른 위치 수로 정의된다.

예를 들면

HammingDistance(2, 7) 의 값은 2인데, 2(010)와 7(111)의 이진 표현에서 첫 번째 비트와 세 번째 비트만 다르기 때문이다.

N개의 음이 아닌 정수의 배열을 지정하면 배열에 있는 모든 정수의 쌍에 대한 해밍 거리의 합을 구한다. 답안 모듈로 1000000007을 반환하십시오.

0 comments on commit 198062a

Please sign in to comment.