GitHub topics: logn
ori88c/non-replacement-weighted-random-item-sampler
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.
Language: TypeScript - Size: 72.3 KB - Last synced at: 8 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ron4fun/IntXLib4CPP
IntX is a C++11 port of IntX arbitrary precision Integer library with speed, about O(N * log N) multiplication/division algorithms implementation.
Language: C++ - Size: 146 KB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 3

rayaan01/lsm
A key value storage engine based on LSM Trees. Memtable is implemented using AVL Trees.
Language: Go - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ibnumardini/logn
A simple go library - Log management for Go
Language: Go - Size: 71.3 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 5

sig-0/fibheap
A Fibonacci min / max heap implementation, written in Go
Language: Go - Size: 182 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

HetDaftary/Data-Structures-and-Algorithms
Will cover Data Structures and algorithms related codes written in C++.
Language: C++ - Size: 214 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

jchoker/MaxHeap
An implementation of a generic Heap data structure using an ArrayList. Standard functions of a heap included.
Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1
