Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

Are there any good / interesting analogs to regular expressions in 2d?

Kinect pattern recognition [closed]

Understanding Freeman chain codes for OCR

algorithm ocr

Optimizing queries for the next and previous element

Check connection between two points on 2D plane

What is the difference between breadth first searching and level order traversal?

How to design an algorithm to calculate countdown style maths number puzzle

algorithm combinatorics

How to calculate the number of coprime subsets of the set {1,2,3,..,n}

algorithm integer primes

check if a tree is a binary search tree

What are some algorithms that will allow me to simulate planetary physics?

Finding kth-shortest paths?

How to generate the power-set of a given List?

Algorithm to find the maximum sum in a sequence of overlapping intervals

algorithm sum max intervals

How many possible states does the 8-puzzle have?

Inserting an equal value element

How do you efficiently generate a list of K non-repeating integers between 0 and an upper bound N [duplicate]

Is there any technical reason why std::lower_bound is not specialized for red-black tree iterators?

Algorithm to find Lucky Numbers

c algorithm primes

How can you detect if two regular expressions overlap in the strings they can match?

what is the meaning of O(1), O(n), O(n*n) memory? [duplicate]

algorithm memory big-o