Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

String searching algorithms

algorithm string-search

Maximum value of postage stamps on an envelope

Implementing the Spigot algorithm for π (pi)

How do I calculate the shanten number in mahjong?

algorithm mahjong

Graph plotting: only keeping most relevant data

algorithm graph

Reinventing The Wheel: Random Number Generator

Run-Times: Bounds vs Case

Sudoku backtracking algorithm

c++ algorithm sudoku

Maximize interaction between people

algorithm optimization

algorithm for solving resource allocation problems

algorithm

given 10 functions y=a+bx and 1000's of (x,y) data points rounded to ints, how to derive 10 best (a,b) tuples?

Interview: on People Matching

Breakpoint Convergence in Fortune's Algorithm

Fastest way to find up to 6 consecutive 0 bits in a char array

Maximum Subarray: Divide and Conquer

Working of std::map<t1, t2>::erase(iterator position)?

Sorting an ArrayList of mixed integers and strings while preserving relative ordering of strings and integers

Internal Implementation of STL::MAP in C++

Computing a correctly rounded / an almost correctly rounded floating-point cubic root

Binary matrix multiplication bit twiddling hack