We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470080b commit f39931bCopy full SHA for f39931b
1 file changed
AlgorithmsLibrary/HammingAlgm/HammingAlgm.cs
@@ -50,6 +50,9 @@ private static List<int> GetPositionsForContolBitCalculation(int p, int l)
50
return array;
51
}
52
53
+ /// <summary>
54
+ /// Вычисление числа в двочином виде.
55
+ /// </summary>
56
private static string GetBinary(int m)
57
{
58
int[] bin = new int[8];
0 commit comments