Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

Subdivided icosahedron - how to find the nearest vertex to an arbitrary point

algorithm geometry

Is there a version of Levenshtein distance that works for series of floats?

How to split a rope tree?

Huffman coding is based on what Greedy Approach or Dynamic Programming

algorithm huffman-code

Mathematical proof for a binary tree

algorithm proof

Trie data structure space usage in Java

Is there a general way to calculate the asymptotic time complexity of for loops with step?

int array but the indices are characters?

c++ algorithm hash

Kadane's with a twist

Intersection algorithm for two unsorted, small array

Convert voronoi edges into polygons

Java code/library to calculate the earth mover's distance

Is it still worth using the Quake fast inverse square root algorithm nowadays on x86-64?

What is the fastest way to detect two points in 2D space with biggest distance between them?

algorithm geometry

Dynamic programming: can interval of even 1's and 0's be found in linear time?