Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Recursive diff of two dictionaries (keys and values)?

Deleting a middle node from a single linked list when pointer to the previous node is not available

How to keep track of depth in breadth first search?

How to implement a Median-heap

A data-structure for 1:1 mappings in python?

python data-structures

How to represent a 2-D data matrix in a database

Efficiency of the STL priority_queue

Why are hash table expansions usually done by doubling the size?

How to check the size of a structure at compile time?

How to create an Array, ArrayList, Stack and Queue in Java?

Non-read only alternative to anonymous types

What is the difference between an on-line and off-line algorithm?

algorithm data-structures

Explanation of runtimes of BFS and DFS

KMP prefix table

Why use binary search if there's ternary search?

How to compare two Dictionaries in C#

What prevents Van Emde Boas trees from being more popular in real-world applications?

What does C++ struct syntax "a : b" mean

Generic Key/Value pair collection in that preserves insertion order?

c# .net data-structures

Converting Clojure data structures to Java collections