Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 293 Bytes

LongNums

This is a lab on long number arithmetics.

Some multiplication methods are implemented:

  • Karasuba
  • Toomcook
  • Strassen (multi-threading is used here)

Naive Division and Binary-search-division

Real Long Number represented in Real.h

Prime tests with multi-threading