Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Can an XOR linked list be implemented in C++ without causing undefined behavior?

How to display flat data structure into hierarchical data structure (Java)?

java data-structures

Compressed Graph Representation?

Python Counter alternative for Java

How to simulate tuples and sets in C#?

Implementing a one to many map in Java

java data-structures

Variable size bitset [duplicate]

c++ data-structures bitset

Purely functional soft heap

Is there any way to use hashtables/hashmaps in matlab? [duplicate]

matlab data-structures

How to move an element in a sorted list and keep the CouchDb write "atomic"

What is a B-tree page

data-structures tree b-tree

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

Swift structures: handling multiple types for a single property

Is there a nearest-key map datastructure?

algorithm data-structures

Interview Question... Trying to work it out, but couldn't get an efficient solution

c algorithm data-structures

How does Python store lists internally?

python data-structures

Alternative for std::set without memory reallocation?

What does it mean that Java arrays are homogeneous, but ArrayLists are not?

Use std::experimental::optional to implement a list

c++ list data-structures c++14

What problems can be solved, or tackled more easily, using graphs and trees? [closed]