Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

How do I check if a graph is not a tree?

data-structures graph tree

Boundary representation data structure

Inserting a node in a pre sorted linked list

Sorting an array with two sorted sequences in alternate position in linear time and constant space

Weighted union rule

Next higher prime and palindrome number

Do I need to manually dispose of a java tree structure when it is no longer needed?

FIFO buffer with a limited capacity that overrides oldest elements [duplicate]

java data-structures

Why does this C code generate a segmentation fault on macOS, but not on other systems?

strlen returning wrong value

c data-structures strlen

Optimize an Algorithm to take in a disliked string and Array of [Prereq, next_class] sub-arrays, outputs number of classes you can take before it

Why big-Oh is not always a worst case analysis of an algorithm?

Julia: Self-referential and recursive types

Hash Table in r5rs

Most efficient pair-value data structure in Python with support for duplicates and sorting?

python data-structures

How to repeatedly insert elements into a sorted list fast

Linked List using generics, getting "not applicable arguments for parameters" error

Node *next in linked list

c++ data-structures

Determine structural equivalence of BSTs with standard traversal