Data Structures Overview: Array, Stack, Queue, Linked-List, Hash Table, Heap, & Binary TreeARRAYFeb 20Feb 20
LeetCode 152. Maximum Product SubarrayGiven an integer array nums, find a subarray that has the largest product, and return the product.Mar 3, 2023Mar 3, 2023
LeetCode 53. Maximum SubarrayGiven an integer array nums, find the subarray with the largest sum, and return its sum.Feb 24, 2023Feb 24, 2023
Understanding C++ MakefileA Makefile is a simple text file that contains a set of rules for building an executable program from source code files. Each rule…Feb 15, 2023Feb 15, 2023
LeetCode 121. Best Time to Buy and Sell StockProblem Statement: You are given an array prices where prices[i] is the price of a given stock on the ith day.Dec 15, 2022Dec 15, 2022
Loop Invariant: algorithm insightWhen it comes to computer algorithms, loops are essential. And with loop, comes a fundamental property that must be valid for a successful…Dec 30, 2020Dec 30, 2020
Top 5 Programming Languages Used in Tech CompaniesEver wonder what programming languages do top tech companies use in their programs and software? No need to wonder. Because here is the…Jul 24, 2019Jul 24, 2019