IntX is a C++11 port of IntX arbitrary precision Integer library with speed, about O(N * log N) multiplication/division algorithms implementation.
-
Updated
Sep 13, 2019 - C++
IntX is a C++11 port of IntX arbitrary precision Integer library with speed, about O(N * log N) multiplication/division algorithms implementation.
Will cover Data Structures and algorithms related codes written in C++.
Complete functional BTree with efficient data insertion/searching/removal with real time data manipulations
An implementation of a generic Heap data structure using an ArrayList. Standard functions of a heap included.
A weighted random item sampler (selector), where the probability of selecting an item is proportional to its weight, and every item is sampled exactly once (without repetition or replacement). The sampling method utilizes a binary-search optimization, making it suitable for performance-demanding applications where the set of items is large.
A key value storage engine where memtable is implemented using AVL Trees.
Add a description, image, and links to the logn topic page so that developers can more easily learn about it.
To associate your repository with the logn topic, visit your repo's landing page and select "manage topics."