Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

How to find all sums of two sets in O(nlogn) time (arithmetic and comparisons)

algorithm

How can I change my for loop full of if statements into more elegant/efficient code?

How to fill the gaps in a list of tuples

Checking if a character occurs at least N times in the string. Any solution in algorithms?

c++ string algorithm stl

return value iterator of std::generate_n, what can you do with it?

algorithm to combine std::unique with a reduce step?

c++ algorithm stl

How do I create a schedule for n-pastors visiting n-churches?

java algorithm random

How do I fix my output for floating-point imprecision?

Is there an algorithm for calculating the multiplicative order of x modulo y (for y < 1000) that doesn't require a BigInteger type?

Astar-like algorithm with unknown endstate

Can I use SQL to find missing numbers in the example table I give below?

KenKen puzzle addends: REDUX A (corrected) non-recursive algorithm

URL Shortening Site

What is wrong with this python function from "Programming Collective Intelligence"?

python algorithm pearson

Why lookup in SortedDictionary<> is SLOWER than lookup in Dictionary<>?

.net algorithm

Drawing a hex grid in Flash?

What is an efficient search algorithm to provide auto-completion?

algorithm search

A* implemented in C

Fast logistic function

c algorithm math

Is there a function that takes two values, lets f(x,y) == f(y,x), and the output is otherwise unique?