Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Convert a sorted array into a height-balanced binary search tree by picking middle element -- why does it work?

Query the count of elements for which A[i] > a and B[i] > b given two unordered lists

logical problem in Trie insertion or a read operation

Data structure for a family tree with multiple partners and siblings?

Using hashing for efficient Deep Packet Inspection

is there a way to find max in O(1) and do lookups in O(lgN)?

why are composite numbers bad for hashing by division?

Should I generate a complex object in the database or data access layer?

database data-structures

list as value of hashMap in Java

C Program to determine whether the given tree is Binary Search Tree or not?

easy way to display the contents of data structures in C?

c data-structures

copying array vs copying int cost and performance in c

Time Analysis of Tower of Hanoi in Java

In a tree, can a child have multiple parents?

Arithmetic of the double pointers with a data structure

Is an unordered_set an appropriate data structure for storing vector<int> elements? And if so how would I go about implementing the hash function?

Algorithms for biased spawning of items