PinnedShahad MahmudMachine Learning Metrics: When to Use WhatThroughout the evolution, a number of metrics have been introduced to evaluate the performance of an ML algorithm or model. Sometimes it…Apr 9, 2021Apr 9, 2021
Shahad MahmudBubble sortIt is named bubble sort for the way that the smaller or larger elements bubble up to the top. Sometimes it is also known as sinking sort…Aug 12, 2020Aug 12, 2020
Shahad MahmudBinary Heap: The basics & ImplementationsA binary heap is a complete binary tree which has the heap property. The binary heap was introduced by J. W. J. Williams in 1964 as a data…Apr 12, 2020Apr 12, 2020
Shahad MahmudHeap, the data structure!A heap is a special tree-based data structure where the tree is a complete tree or an almost complete tree which satisfy the heap property…Apr 12, 2020Apr 12, 2020
Shahad MahmudChecking parentheses balance using Stack!Checking for balanced parentheses or balanced brackets is a very old and classic problem in the field of computer science.Apr 10, 2020Apr 10, 2020