JHJayanth H Sinjayanthhs.hashnode.dev·Nov 11, 2023 · 3 min readFundamentals of System Design: Building the Foundations of Digital InfrastructureIn the ever-evolving landscape of technology, the design of a system is the cornerstone of its success. Whether you're developing a small web application or a complex enterprise platform, understanding the fundamentals of system design is crucial for...00
JHJayanth H Sinjayanthhs.hashnode.dev·Sep 25, 2023 · 5 min readConvert BST to Max HeapGiven a Binary Search Tree which is also a Complete Binary Tree. The problem is to convert a given BST into a Special Max Heap with the condition that all the values in the left subtree of a node should be less than all the values in the right subtre...00