Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 240 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 240 Bytes

BigInteger

C++ course in ITMO University.

Big Integer with templates written in C++.

Features

  • simple binary and unary operations
  • radix system choice
  • block size choice

Test

Tested manually on macOS and Linux.

MIT License.