Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Parsing a Chemistry Formula in Python

Matrix traversal with rules that must hit certain cells. Interview

Do we use hash tables in practise?

Does IdentityHashMap entertain collisions?

java data-structures

data structure for movable points in 3d

generate all possible unique substring of a string

Special Number Count

Counting subarray have sum in range [L, R]

algorithm data-structures

How do I minimize the total distance traveled in moving goods between warehouses?

Is the normal union/find algorithm thread safe without any extra work?

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