1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

doc: update doc for HammingDistance

This commit is contained in:
dudaodong
2024-03-03 21:55:27 +08:00
parent 0b5e884371
commit aabfcb7bde
4 changed files with 6 additions and 4 deletions

View File

@@ -1500,7 +1500,7 @@ func main() {
### <span id="HammingDistance">HammingDistance</span>
<p>TBD</p>
<p>计算两个字符串之间的汉明距离。汉明距离是指对应符号不同的位置数。</p>
<b>函数签名:</b>

View File

@@ -1502,7 +1502,7 @@ func main() {
### <span id="HammingDistance">HammingDistance</span>
<p>HammingDistance calculates the Hamming distance between two strings. The Hamming distance is the number of positions at which the corresponding symbols are different</p>
<p>HammingDistance calculates the Hamming distance between two strings. The Hamming distance is the number of positions at which the corresponding symbols are different.</p>
<b>Signature:</b>