Pinned Loading
-
Reasonably fast pairing heap impleme...
Reasonably fast pairing heap implementation 1struct EmptyHeap{T} end
2struct PairingTree{T}
3top::T
4length::Int
5subheaps::Union{PairingTree{T},Nothing}
-
Quick minikanren implementation that...
Quick minikanren implementation that I'm planning to grow into an rkanren with a Dataframe-based datalog-like subset when I will finally have the time 1using FunctionalCollections
2using MacroTools
3using DataFrames
45# Data structures designed for this problem
-
Various modern implementations of Ta...
Various modern implementations of Tarjans algorithm, for a PR to LightGraphs 1using LightGraphs
2using SimpleTraits
3using BenchmarkTools
4using GraphPlot
5 -
Numerically stable LLL algorithm usi...
Numerically stable LLL algorithm using Givens rotations 1#
2# Loosely based on the paper at https://core.ac.uk/download/pdf/82729885.pdf but with some significant deviation.
3#
4# This implementation should be robust even for bad inputs with large condition numbers. The reduced basis of a lattice L with basis
5# vectors as columns of a matrix M is given by M*lll_unimod(M) .
87 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More