Category: C

  • Leetcode 504. Base 7 Solution in C

    Having just learnt how to convert decimal numbers to binary by hand a month or two ago, this was right up my alley. The methods I used were probably not the most concise or elegant, but they are fast and light on RAM, and I have the receipts to prove it! In order to use…