Fibonacci Heap
In computer science, a Fibonacci heap is a heap data structure consisting of a collection of trees. It has a better amortized running time than a binomial heap. Fibonacci heaps were developed by Michael L. Fredman and Robert E. Tarjan in 1984 and first published in a scientific journal in 1987.
Quick Sort
Based on the idea that we can partition an array around a pivot (chosen element of the array), we can put the smaller (than pivot) elements on the left side and place greater elements on the right side of the pivot, then, we keep doing the same thing for the left side and the right side. More details of how this algorithm works is on "How it works" section.
system administration (6)
health care (5)
linux (4)
powershell (4)
programming (4)
version control (4)
Problem Solving (4)
Algorithms (4)
dotnet (3)
windows command shell (3)
C++ (3)
Machine Learning (2)
crypto (2)
entity framework (2)
legacy powershell (2)
git (2)
markdown (2)
python (2)
Data Structure (2)
Heap (2)
efi (2)
system boot (2)
windows (2)
pytorch (1)
cuda (1)
TypeAhead (1)
Artificial Intelligence (1)
invest (1)
fedora (1)
solana (1)
book (1)
statiq (1)
math (1)
latex (1)
network (1)
mercurial (1)
Binary Tree (1)
Azure Cloud (1)
System Adiministration (1)
cpp (1)
csharp (1)
System Programming (1)
Sorting (1)
Javascript V8 (1)
V8 Build (1)
partitioning (1)
windows programming (1)
MFC (1)