ankitv2.hashnode.devThe intuition behind the Binary Tree Max Path Sum problemWhen it comes to solving algorithm problems, I've never found the brute force approach of solving a lot of problems and expecting my brain to pick up common themes and patterns helpful. Rather I rely more on an intuitive understanding of data structu...Jan 18, 2023·6 min read
ankitv2.hashnode.devThe nifty abstractions of React hooksI've been using React hooks for a few months in my projects and I have a few tiny mental models to share about them. They could be helpful for developers who are new to React or seasoned ones who have just started to migrate to hooks from class-based...Jan 15, 2023·7 min read