Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

Any pseudo-polynomial algorithm for bounded 0-1 multi-knapsack?

Given some AABBs, find minimum total surface area AABBs that contain them all?

Fast ordered list matching algorithm in Java

Rearrange an array so that arr[i] becomes arr[arr[i]] with O(1) extra space

Polynomial time solution for Tetris Puzzle

Is there a programmatic way or eclipse plugin to calculate big O notation for java method [closed]

How much space and processing will be optimized in Lucene index by storing a field as Byte instead of String for billions of documents

3D collision detection : convex hull vs convex hull , need Position and Normal

Conditional sampling of binary vectors (?)

algorithm random

How to find the minimum number of moves to move an item into a position in a stack?

Fast undo/redo for bitmap editor when memory is limited?

Efficient algorithm for merging two DAGs

Fast(er) algorithm for the Length of the Longest Common Subsequence (LCS)

Circle-Polygon intersections

Speeding up a search for best binary matching number

Solving dependency constraints

Minimum number of swaps to convert a string into another string [duplicate]

c algorithm

Optimal ant colony location algorithm

worst-case time complexity of str.find in python

How to find the lexicographically smallest string by reversing a substring?