Skip to content

Commit f39931b

Browse files
committed
add comments in hamming
1 parent 470080b commit f39931b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AlgorithmsLibrary/HammingAlgm/HammingAlgm.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ private static List<int> GetPositionsForContolBitCalculation(int p, int l)
5050
return array;
5151
}
5252

53+
/// <summary>
54+
/// Вычисление числа в двочином виде.
55+
/// </summary>
5356
private static string GetBinary(int m)
5457
{
5558
int[] bin = new int[8];

0 commit comments

Comments
 (0)