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: Programming
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 readingAlgorithm: Anagram Checker
Anagram is a word, phrase, or name formed by rearranging the letters of another. Solution 1: using sort
Continue readingFunctional Programming after many years of OOP
A couple of months ago, I started using Clojure as the main programming language in the new team
Continue readingDebugging Tools vs Code Testing
Even though Debugging and Testing might look to be a similar thing, they have a totally different meaning.
Continue reading