When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Base Conversion Article

Revision en1, by AkshajK, 2018-07-23 06:46:07

Hey all,

I spent some time writing a textbook on how to efficiently convert between different bases, and thought it may be useful to those of you who are learning this for the first time.

Link: https://drive.google.com/file/d/12CeDNZO_trww-ZtGWMdSUCrhN8kcbi2U/view

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English AkshajK 2018-07-23 06:46:07 296 Initial revision (published)