panks / BigIntegerLinks
An Implementation of BigInteger library in C++
☆97Updated 3 years ago
Alternatives and similar repositories for BigInteger
Users that are interested in BigInteger are comparing it to the libraries listed below
Sorting:
- A lightweight big integer library for c++☆220Updated 4 years ago
- Arbitrary-sized integer class for C++☆434Updated last year
- Arbitrary-Precision Integer Arithmetic☆203Updated 2 years ago
- C++ class for creating and computing arbitrary-length integers☆198Updated last year
- Flex Bison C++ Template/Example☆190Updated 9 years ago
- Boost.org algorithm module☆128Updated last month
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆190Updated 3 years ago
- This is an implementation of arbitrary range of integers written in C++14☆11Updated 6 years ago
- STL-like containers from Boost☆116Updated this week
- C++ standard library features, "from scratch"☆193Updated last year
- A C++17 compile-time game☆113Updated 3 years ago
- C++ unsigned 128 bit integer type☆237Updated 2 years ago
- simple word count example using flex/bison parser☆140Updated 2 years ago
- Source for the http://cppquiz.org website (not the questions)☆125Updated last month
- libc++; cloned from http://llvm.org/git/libcxx.git☆193Updated 6 years ago
- Boost.org serialization module☆131Updated last month
- Boost.org regex module☆109Updated last month
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- Python-like range iterators for C++☆80Updated 8 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated 8 months ago
- C++ Implementation of red black trees supporting insert, delete and union operations.☆78Updated 8 years ago
- A feature complete LRU cache implementation in C++☆264Updated 6 years ago
- C++ Big Integer/Big Number class (coded with competitive programming problems in mind)☆22Updated 5 years ago
- A C++ implementation of timsort☆313Updated last year
- C++ unsigned 256 bit integer type☆180Updated last year
- A mini ABI capable of handling throw/catch statements for C++ without libstdc++☆170Updated 2 years ago
- Enjoy template metaprogramming