6

Just gave the worst interview,
Made mistake in byte reversal

😖😫

Comments
  • 3
    Take some time off and then prep for the next one. It's just an interview.
  • 7
    Here's the solution for the next interview: etyb.
  • 2
    @Fast-Nop I don’t think google would have accepted that solution but may be next one.
  • 2
    @hardfault Btw., I'd either go for a lookup table or use inline assembly if the target has an RBIT instruction (ARM does). Or use both and select with a compile time define, depending on the target.
Add Comment