• Custom User Avatar

    Sorry, I made a mistake.I will delete this comment. Nice kata. Thank you

  • Custom User Avatar

    error in tests for Go:

    codewarrior/kata_test [codewarrior/kata.test]

    ./kata_test.go:38:24: cannot use n (variable of type uint) as int value in argument to CountBits

  • Custom User Avatar

    you should initialize the result like this result := make([]int, 0)

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution