Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Queue-like datastructure that is readable from anywhere

Insert a node in Tree with more than 2 children per node

Sorted Singly linked list to BST in place

What class of problem would one use a binary search tree to solve?

Array of undefinite length [closed]

How to use collections.deque most effectively (popleft vs. appendleft)

Claims on shortest path between two node in graph?

Given set of strings and set of sub-strings as different arrays. How to Find the correct match one from each of the arrays?

algorithm data-structures

Comparing all combinations of elements in a Collection via the Streams API

java: very large trees?

Where does the data structure for a text editor live in a high-level language?

Is there a good C++ key-value data structure where a value is mapped to a range of values?

How to find the index to be insterted in array of array

Useful C# class/methods for DFS and BFS program

(More) Efficient locking when rotating nodes in threaded binary tree

Sorting problem- n/k intervals of size k each

How to define a triple layer dictionary in python?

graph - How to print the path between two vertices if I already have and only have the parent array?

Binary tree - not able to add values

Why does cuckoo hashing use mod 11 for two tables