Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Lookup structure for handling future events (time based)

Is nested dictionary in design ok?

Array/list vs Dictionary (why we have them at first place)

What does putting a structure in an anonymous namespace do? [duplicate]

Map which must contain all possible keys?

Automatically call hash values that are subroutine references

Which data structure is better for an array of std string

Python: looking for a short-hand way to setup setters/getters for lots of variables

memory use in large data-structures manipulation/processing

What is better in Perl: an array of hash references or list of "flat" hashes?

perl data-structures

DB Design: best practices to hierarchical structure

getLastNonConfigurationInstance always returning null

Declaring a pointer to struct in C++ automatically allocates memory for its members. Am I wrong?

O(1) lookup in C++

c++ data-structures stl std

best linked list in ruby WITHOUT extending array?

Convert a Set<Integer> to a primitive array [duplicate]

priority queue vs linked list java

Difference between vertices and edges [Graphs, Algorithm and DS]

Monads and custom traversal functions in Haskell

How to insert a new node to a single-linked list, where we do not have a pointer pointed to its head?