Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 276 Bytes

File metadata and controls

2 lines (2 loc) · 276 Bytes

isUniqueBytes

An assignment I gave myself after the professor taught the class about bits and bytes along with how ints, shorts and longs can be used as an array to store ones and zeros. In the case I used them to be an array of trues and falses to highly optimize my code.