Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

using 10 MB of memory for four billion integers (about finding the optimized block size) [duplicate]

read line by line in the most efficient way *platform specific*

c algorithm performance file

Algorithms - Find duration of overlapping intervals in a cyclic world (24 hours)

Check that triangle is right?

How do I sort an array of objects in reverse order efficiently?

swift algorithm

Travelling Salesman with multiple salesmen with a limit on number of cities per salesman?

Check if box is covered by spheres

algorithm math geometry

Given a string, find two identical subsequences with consecutive indexes C++

c++ algorithm

Finding all repeated substrings in a string and how often they appear

Find the subarray with the max XOR from an array (using a trie)

how many consecutive elements are smaller before each item in the array

Algorithm - finding starting index of array so that sum of elements stays >= 0

algorithm

Duplicate substring searching

algorithm search substring

Given a list of date ranges, find a date which occurs maximum times

java algorithm date

Finding A[i]=i in a sorted array with duplicates

Minimum number X such that X % P == N

algorithm

Algorithm for placing rectangle with certain size into free area in matrix

algorithm matrix rectangles

How can I find the best fit subsequences of a large string?

Smallest n-bit integer c that has k 1-bits and is the sum of two n-bit integers that have g, h bits set to 1(dynamic programming)

Find the nearest value with a non-linear progression

c++ algorithm dictionary math