logn
Here are 8 public repositories matching this topic...
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++
Will cover Data Structures and algorithms related codes written in C++.
-
Updated
Feb 9, 2021 - C++
Complete functional BTree with efficient data insertion/searching/removal with real time data manipulations
-
Updated
Dec 12, 2023 - Jupyter Notebook
An implementation of a generic Heap data structure using an ArrayList. Standard functions of a heap included.
-
Updated
Aug 12, 2020 - Java
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.
-
Updated
Oct 26, 2024 - TypeScript
A key value storage engine where memtable is implemented using AVL Trees.
-
Updated
Feb 26, 2024 - Go
Improve this page
Add a description, image, and links to the logn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the logn topic, visit your repo's landing page and select "manage topics."