Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Deep changing values in a JavaScript object

Objects which send themselves - a good idea?

oop class data-structures

Memory efficient int-int dict in Python

deep copying a graph structure

Determine if more than half of the array repeats in a distinct array

algorithm data-structures

Largest and smallest number of internal nodes in red-black tree?

Why does HashMap resize() again, when specifying a precise capacity?

Multi-key dictionaries (of another kind) in C#?

c# data-structures

Deletion procedure for a Binary Search Tree

Mutual referencing records in Delphi (Win32)

delphi data-structures

Hash Function Determination

c algorithm data-structures

Converting a heap to a BST in O(n) time?

Python: Set with only existence check?

Why Q.head = Q.tail + 1 represents the queue is full in CLRS

Variable as array size in struct

c arrays 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