1 follower
I am reading books and writing blogs about Data Structures, Algorithms and System Design. Follow me to become a better software engineer.
Subscribe to my newsletter and never miss my upcoming articles
A note on system design of generating unique ids per second. · Unique ID Generator in a Distributed System. Unique id generator is a must do system...
Problem Statement Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its...
Problem Statement Given two strings ransomNote and magazine, return true if ransomNote can be constructed from magazine and false otherwise. Each...
Problem Statement Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in...
A note on recent Javascript interviews. · JavaScript interviews are getting more and more difficult nowadays. Its hardly only about hoisting, closures...