Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

How to find the closest element to a given key value in a binary search tree?

How to achieve this Map<String, List<>> structure [closed]

Are Trees Directed or Undirected Graphs?

How many bits is a WORD and is that constant over different architectures?

Default value for Enum in Swift

What is the difference between Lists, ArrayLists, Maps, Hashmaps, Collections etc..?

java data-structures

What are good alternative data formats to XML? [closed]

Is there some way to reduce the pain of range tracking?

Data structure for dynamically changing n-length sequence with longest subsequence length query

algorithm data-structures

Atomic shared_ptr for lock-free singly linked list

Is there a Many to Many Collection in Java using Generics (Domain Model, not Persistence Layer)?

Algorithm and data structure for solving the game "Globs"/flood fill/"FloodIt"

Data structure to check if a static array does not contain an element of a given range

Spatial Data Structures for moving objects?

Union/find algorithm without union by rank for disjoint-set forests data structure

How to efficiently find k-nearest neighbours in high-dimensional data?

Is there an indexable sorted list in the Java.util package?

Quickly checking if set is superset of stored sets

Can anyone explain the deletion of Left-Lean-Red-Black tree clearly?