swift icon indicating copy to clipboard operation
swift copied to clipboard

Update instructions for bit enumeration

Open paiv opened this issue 2 years ago • 0 comments

"leftmost bit" is the most significant bit, whereas the exercise is designed for least significant bit.

https://github.com/exercism/swift/blob/91b329ac91bbbe5ac1b670c1e653c70af0d4c389/exercises/concept/bomb-defuser/.meta/Sources/BombDefuser/BombDefuserExemplar.swift#L18-L25

  • https://en.wikipedia.org/wiki/Bit_numbering

Upd: just have seen this discussed in #496

paiv avatar Oct 05 '21 23:10 paiv