Link: https://leetcode.com/problems/rank-transform-of-an-array/ Solution 1 (Slower): removing duplicates sorting the array ascending map the initial array by finding the
Continue readingCategory: Algorithms

Algorithms in Programming – Problems and Solutions
Example of algorithm problems and various solutions Implemented in JavaScript Symmetric Tree Search in a Binary Search Tree
Continue reading
Algorithm: Anagram Checker
Anagram is a word, phrase, or name formed by rearranging the letters of another. Solution 1: using sort
Continue reading