Adesh Khanna
Adesh's Blog

Adesh's Blog

Follow
Follow
homeMastering Nodejs ConceptsCracking the codeSupport Mebadgesnewsletter
Series

Cracking the code

Welcome to my blog series on algorithms! In this series, we will be diving deep into the world of algorithms and exploring various concepts related to them.

Articles in this series

Moore's Voting Algorithm: A Step-by-Step Guide to Finding the Majority Element

Apr 22, 20235 min read

Given an array of N integers return an element that occurs more than N/2 times in the given array. The Brute Force The most Navie and brute force...

Moore's Voting Algorithm: A Step-by-Step Guide to Finding the Majority Element

Sorting, Simplified: A Beginner's Guide to the Dutch National Flag Algorithm.

Apr 12, 20234 min read

Given an array containing only 0s, 1s, and 2s. How do you sort it out? you must be wondering, why is this even a question isn't it inherent that we...

Sorting, Simplified: A Beginner's Guide to the Dutch National Flag Algorithm.