Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

Union/find algorithm without union by rank for disjoint-set forests data structure

How to efficiently find k-nearest neighbours in high-dimensional data?

How to find upper envelopes of intersected lines in O(nlogn)?

Why is the median-of-medians algorithm described as using O(1) auxiliary space?

Robust Algorithm to detect uneven illumination in images [Detection Only Needed]

Finding an axis-aligned rectangle inside a polygon

Find the set of largest contiguous rectangles to cover multiple areas [duplicate]

algorithm geometry

Quickly checking if set is superset of stored sets

Is there a Boyer-Moore string search and fast search and replace function and fast string count for Delphi 2010 String (UnicodeString) out there?

Grade Sudoku difficulty level

javascript algorithm sudoku

Can anyone explain the deletion of Left-Lean-Red-Black tree clearly?

In the game 2048, what is the biggest theoretical tile? [closed]

algorithm game-theory

What are the faster Paxos-related algorithms for consensus in distributed systems?

Controlling distance of shuffling

Why does the weighted quick union algorithm consider the sizes of the tree instead of their heights?

Given a machine that can sort 5 of your objects. How fast can we sort 25 of them?

algorithm sorting

Make coordinates be attracted/repulsed to/from certain other coordinates

What should be considered when building a Recommendation Engine?

Given an array of integers where some numbers repeat 1 time or 2 times but one number repeats 3 times, how do you find it?

algorithm

Is golden section search better than binary search?