Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

I don't know how to store a large number of large numbers represented as a string

What data structure do I need or how to implement a "LIFO-like" queue?

Value of CRLF CR chunk in png

Reducing the overlapping count number of buses running from a city to different stopage in straight line, and can my current approach be optimised?

A recursive method to find depth of a any(not necessarily complete) Binary tree

c data-structures tree

Matrix-chain Multiplication and a bit different problems?

Sum of product of distinct numbers and their count

algorithm 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