Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Given a string, find all its permutations that are a word in dictionary

Red Black Tree inserting: why make nodes red when inserted?

Shared pointers delete recursive data structures recursively and the stack overflows

Sorted hash table (map, dictionary) data structure design

Why does the Standard Library for C++ not contain hash table implementations?

Using macros to implement a generic vector in C. Is this a good idea?

Number of integers in a list larger than a given integer possibly not in the list in log log time

Creating and using a cross platform struct in C++

Faster data structure for searching a string

java data-structures

Why is MapReduce in CouchDB called "incremental"?

How to merge user data after login?

error: initialization with "{...}" expected for aggregate object - c++

c++ data-structures

Efficient way to compare two arrays

C++'s equivalent to C#'s Dictionary and list

Is there a Collection that works like a Dictionary without the values?

C++ data structure with lookuptime O(1), like java's hashmap in stl?

java.util.Stack appropriate data structure?

java data-structures

Different Types of Linked Lists!

How to implement a queue in Go?

data-structures go queue

Is it possible to reverse a linked list that contains a cycle?