Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

How is it possible to do binary search on a doubly-linked list in O(n) time?

Why .Net dictionaries resize to prime numbers?

Binary Tree represented using array

Write a function that compares two strings and returns a third string containing only the letters that appear in both

How To Make a Tetris Clone?

Stable, efficient sort?

Using unions to simplify casts

c data-structures unions

One or Two Primary Keys in Many-to-Many Table?

How to Find a middle element in a link list without traversing the entire list?

data-structures

C generic programming

c data-structures generics

Real life use of doubly linked list

Grouping arrays in PHP

Why does a breadth first search use more memory than depth first?

data-structures tree

Get Min/Max in O(1) time from a Queue? [closed]

java data-structures

What section of the C++ standard requires that set::erase calls destructors promptly

Find the element with the longest distance in a given array where each element appears twice?

Why does 'out of bounds' indexing differ between a matrix and a data.frame?

Complex tree data structure

Find smallest irregular polygon from combination of vertices (Performance Critical)

Tree-like data structure in JS that allows for fastest node lookup?