Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in algorithm

How to efficiently find identical substrings of a specified length in a collection of strings?

string algorithm

ruby - rotate Matrix anti-clockwise by n position

Why isn't deletion O(1) in both Singly Linked Lists and Doubly Linked Lists, when given the node to delete?

STL iterator revalidation for end (past-the-end) iterator?

How to sort a string list consists of digits and alphabets in Java?

java string algorithm sorting

How to solve a graph theory question similar to shortest-path?

algorithm graph

Forming a pattern of bits from a integer

java algorithm

How do I find all 32 bit binary numbers that have exactly six 1 and rest 0

How to find the number of iterations of binary search algorithm?

Why compare two strings via calculating xor of their characters?

Thought process for arriving at dynamic programming solution of Coins change problem

How to optimise code that parses a 2-d array in Ruby

finding sequential in string using javascript

javascript algorithm

Collect maximum points in a grid using two traversals

java algorithm

What is the maximum sum of squares of two non-attacking rooks placed on a matrix?

java algorithm matrix chess

Number of substrings with unique letters

java algorithm

Print out an ASCII circle of the specified width

What is a sorting algorithm that is robust to a faulty comparison?

Computing the volume of the union of axis-aligned cubes

Sorting an array of integers in nlog(n) time without using comparison operators