Unable to connect, retrying...
Online collaborative whiteboard. Powerful, engaging with timer, emoji's, commenting and voting.
Search for RSS feeds

Outshine Labs | Professional Skills development & Training Institute

Providing Jobs to the Unemployed

Feed:

Graphs

A graph is a mathematical and abstract representation of a set of objects where some pairs of objects are connected by links. The objects, often called vertices or nodes, can represent various en...

https://outshinelabs.com/daa/graphs.html

Tries

A trie (pronounced “try”) is a tree-like data structure that is used to store a dynamic set or associative array where the keys are usually strings. The term “trie” comes from the word �...

https://outshinelabs.com/daa/tries.html

Heaps

A heap is a specialized tree-based data structure that satisfies the heap property. Heaps are commonly used to implement priority queues and are crucial in algorithms related to sorting, graph al...

https://outshinelabs.com/daa/heaps.html

Trees

A tree is a hierarchical data structure that consists of nodes connected by edges. Each node in a tree has a parent-child relationship with other nodes, and the topmost node is called the root. T...

https://outshinelabs.com/daa/trees.html