Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

How would you design a mac address table (essentially a fast look up table)?

Data structure for designing a cache with efficient insertion,deletion and the retrieval of highest value

algorithm data-structures

Converting name to a key using radix-26

Julia What is The Fastest Way to Evaluate a Math Tree

Grid Challenge HackerRank Edge Case is not working

algorithm data-structures

Recursive Splay Tree

Do maps in groovy maintain order?

data-structures groovy

Inserting element into left leaning black red tree c++

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