Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

How to use a function pointer in a C struct?

What is the best way to iterate two hashmap in same loop in java?

HashMap Java get value if it exists

Given an array of best fit sizes , tell how many elements from the other array can be fitted(more details below)

algorithm data-structures

Data structure that always keeps n-best elements

Map with two Key for a value?

How to access members of a `struct' according to a variable integer in C?

c data-structures struct

Map data structure in pl/sql for storing key value pair?

plsql map data-structures

C# Dictionary Memory Management

Python how to create a dict of dict of list with defaultdict

Huge Graph Structure

How to build an and-or tree?

c# data-structures

Binary Search Tree Destructor

Array Access Complexity

Sum array of arrays (matrix) vertically efficiently/elegantly

How to save the memory when storing color information in Red-Black Trees?

Inserting into Sorted LinkedList Java

Delete a node in singly link list

given a node how can I find previous node in a singly linked list

Fastest immutable list data structure for lots of concatenation and a single iteration