Supreeth Mysore Venkateshsupreethmv.hashnode.dev·May 28, 2024Python Implementation: Quantum Algorithm for Maximum DiscountsIntroduction The similarity between the rich and the poor is that both love a good bargain - just at different stores. Whether you're shopping at Louis Vuitton or a local flea market, everyone is on the lookout for the best deals. But what if you cou...78 readsquantum computing
Atchyut Nagabhairavablog.atchyutn.com·Dec 19, 2023Understanding the Differences: Subsets, Subarrays, and Subsequences in Data StructuresIn the world of data structures and algorithms, understanding the nuances between similar-sounding terms is crucial. Today, we're diving into three such terms: subsets, subarrays, and subsequences. While they might seem interchangeable at first glanc... Problem Solving Techniques