PinnedBoyer-Moore Majority Voting AlgorithmThe Boyer-Moore Majority Voting Algorithm finds the majority element among the given elements with more than N/2 occurrences.Feb 18, 20241Feb 18, 20241
Python: LiteralsLiterals are the fixed values assigned to variables in Python. It is the data that doesn’t change during the program execution.Mar 3Mar 3
Fear of Being Different“To be yourself in a world that is constantly trying to make you something else is the greatest accomplishment.” — Ralph Waldo EmersonAug 25, 2023Aug 25, 2023
Intersection of Two Linked ListsDifferent approaches to solve Leetcode 160 in JavaScriptMay 28, 2023May 28, 2023