Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

Efficiently querying one string against multiple regexes

regex algorithm pcre

How to read values from numbers written as words?

When is doubly linked list more efficient than singly linked list?

algorithm linked-list

Largest circle inside a non-convex polygon

What is the difference between dynamic programming and greedy approach?

algorithm dynamic graph greedy

Interview question - Search in sorted array X for index i such that X[i] = i

java c++ arrays algorithm

How to intelligently degrade or smooth GIS data (simplifying polygons)?

algorithm geometry gis postgis

Are there any better methods to do permutation of string?

What is a bubble sort good for? [closed]

What is the difference between Linear search and Binary search?

Good algorithm for finding the diameter of a (sparse) graph?

algorithm math graph-theory

How do I find the median of numbers in linear time using heaps?

Efficient way to search a stream for a string

Algorithm challenge: Generate color scheme from an image

image algorithm colors

Why does Python's itertools.permutations contain duplicates? (When the original list has duplicates)

Mastering Recursive Programming [closed]

Difference between AVL trees and splay trees

Given two arrays, find the permutations that give closest distance between two arrays

algorithm

How do you find a point at a given perpendicular distance from a line?

When should we use Radix sort?