Utility class for work with big numbers
-
Updated
Mar 3, 2020 - C++
Utility class for work with big numbers
E0 251 Data Structures and Algorithms course is offered by Department of Computer Science and automation, Indian Institute of Science, Bangalore. The assignment includes work on sparse data structures, large unsigned integer arithmetic, polynomial division, betweenness centrality using bfs and floyd warshall, persistent data structures, solving …
To calculate large entries of Integer Sequences. (OEIS)
A class project from my sophomore year of college that can add integers larger than the integer type's capacity
A class project from my sophomore year of college that can add integers larger than the integer type's capacity using Java
Basic mathematical functions on Large sized integers.
The goal is to create a fast, memory efficient library for huge numbers in C++
A simple implementation of arbitrary-size integers
An implementation of the Karatsuba algorithm for fast multiplication of large integers in C.
Small and large integer implementation for a subset of the SmallTalk programming language written in Standard ML. Project for Tufts COMP 105 - Programming Languages.
'LargeInt' class to hold large integer numbers (0, ±1, ±2, ±3, ...) in base 10.
A C++ program that can calculate and store the values up to 100,000 factorial.
Some basic Data Structures programs (C/C++)
C++ "calculate" big number library
C library to perform calculations on integers of arbitrary length
A platform-independent C++ library, for Boost, for the definition and transparent manipulation of integers of arbitrary size.
SoC Designs and some amateur-level crypto implementations
C Library of functions to compute addition, subtraction, multiplication, division and exponentiation (positive exponent) of integers of arbitrary length.
Array-based implementation of Calculator of very large integers with the length of the numbers as large as 2,147,483,647 (2^31 - 1), with Postfix and Infix evaluation of Arithmetic Expressions.
Add a description, image, and links to the large-integers topic page so that developers can more easily learn about it.
To associate your repository with the large-integers topic, visit your repo's landing page and select "manage topics."