Mahalakshmi VeerarajPolyfills for JavaScript Array Methods.Polyfills are code snippet that replicate the functionality of newer features in older environments. They allow developers to use modern…Sep 9Sep 9
Mahalakshmi VeerarajExploring Strategy and Factory Design Patterns.Strategy Design Pattern:Aug 27Aug 27
Mahalakshmi VeerarajNeetCode 69/150- Combination Sum.Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of candidates where…Jul 15Jul 15
Mahalakshmi VeerarajNeetCode 68/150- Subsets.Given an integer array nums of unique elements, return all possible subsets (the power set).Jul 15Jul 15
Mahalakshmi VeerarajNeetCode 67/150- Find Median From Data Stream.The median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value, and the median is the…Jul 15Jul 15
Mahalakshmi VeerarajNeetCode 66/150- Design Twitter.Design a simplified version of Twitter where users can post tweets, follow/unfollow another user, and is able to see the 10 most recent…Jul 7Jul 7
Mahalakshmi VeerarajNeetCode 65/150- Task Scheduler.You are given an array of CPU tasks, each represented by letters A to Z, and a cooling time, n. Each cycle or interval allows the…Jul 7Jul 7
Mahalakshmi VeerarajNeetCode 64/150- Kth Largest Element In An Array.Given an integer array nums and an integer k, return the kth largest element in the array.Jul 7Jul 7