Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

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?

2D coordinate normalization

Objective C- How to add digits in a number?

Working Matrix Square root

algorithm matrix math

OS from Scratch

What is the complexity of this c function