Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Implementing a set cover data structure

c++ data-structures c++11 set

Detecting a loop in a linked list - When would the pointers meet? How is the head of the loop found by intersection?

java data-structures

Set interface and natural ordering [nonsensical interview test] [duplicate]

Golang godoc - Explain group type declarations

go data-structures godoc

Why does not HashSet.add(Object) replace existing object?

Is there any algorithm better than O(N) to find the first bit set in a bitarray that consists mostly of continous blocks?

C++ parenthesis matching application

c++ data-structures stl stack

minimum interval of an array of unique elements

algorithm data-structures

What are pro/cons of push/pull data flow models?

data-structures push pull

How can I efficiently maintain median in a dynamic data stream with support for deletions?

Quicksort algorithm

How to best represent a grid graph in 3D Euclidean Space?

data-structures graph grid

Doubly Linked list vs Multi-linked list in C/C++ [closed]

c++ c data-structures

Maximum Subsequence Sum

Efficient way to multiply/add/devide each element of a list with each element of another list in Python

Implementation of z algorithm