Convert an integer to binary without using the built-in bin function

后端 未结 15 1556
深忆病人
深忆病人 2020-12-07 01:14

This function receives as a parameter an integer and should return a list representing the same value expressed in binary as a list of bits, where the first element in the l

15条回答
提交回复
热议问题