New posts in algorithm

How to efficiently calculate a row in pascal's triangle?

Does C have any tools for doing string addition?

Cut set of a graph, Boost Graph Library

Efficient floating-point division with constant integer divisors

Finding median of large set of numbers too big to fit into memory

Algorithm to determine if array contains n...n+m?

How to find validity of a string of parentheses, curly brackets and square brackets?

Divisiblity of 5 without using % and / operator

find the max difference between j and i indices such that j > i and a[j] > a[i] in O(n)

what exactly is the brute force algorithm [closed]

Rotating an array using Juggling algorithm

Algorithm puzzle interview

How to find the nearest prime number in an array, to another number in that array?

Sort list of strings by length and alphabetically

Which data structures and algorithms book should I buy? [closed]

Counting the total number of even/odd numbers in a 2D graph

Regular expressions Equivalence

Algorithm to transform one word to another through valid words

Java algorithm to make a straight pyramid [closed]

How to detect duplicates among text documents and return the duplicates' similarity?