Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

OCR error correction: How to combine three erroneous results to reduce errors

Efficient 2D FFT on real input data?

algorithm fft

How can I reduce a grid of equal sized squares to a minimum set of rectangles?

algorithm grid

Comparing sets of 2D data/scatterplots

Given a set of rectangles, find 3 bounding rectangles with the smallest area

algorithm math area

Big O Question - Algorithmic Analysis III

Remove occluded faces on a closed mesh

Given centers, find minimum radius for set of circles such that they fully cover another

normalize boolean expression for caching reasons. is there a more efficient way than truth tables?

Check if a polygon is symmetric

How to make a color progression out of a color palette

Algorithm to split an image into smaller images reducing the amount of whitespace and specifying maximum amount of rectangles

algorithm image rectangles

Algorithm for quickly obtaining a partial ordering over multiple linked lists

algorithm list linked-list

how to draw diamond using tapestry component t:loop

java algorithm math tapestry

C++ k shortest paths algorithm

Need pairing algorithm - based on Hungarian?

Count inversions with merge-sort

algorithm

Constrained weighted choice

c# algorithm random

Dynamic Programming - Rod Cutting

algorithm

Improving stepping through an array twice (Nested loop on same array)