📄️ 1009-Complement of Base 10 Integer
This is a solution to the Complement of Base 10 Integer problem on LeetCode.
📄️ 1005-Maximize Sum of Array After K Negations
This is a solution to the Maximize Sum After K Negations problem on LeetCode.
📄️ Binary Prefix Divisible By 5
This is a solution to the Binary Prefix Divisible By 5 problem on LeetCode.
📄️ Find Common Characters
This document provides solutions for the Find Common Characters problem on LeetCode.
📄️ Max Consecutive Ones III
This document provides solutions for the Max Consecutive Ones III problem on LeetCode.
📄️ Construct BST from Preorder
This document provides solutions for the Construct Binary Search Tree from Preorder Traversal problem.
📄️ Partition Array Equal Sum
This document provides solutions for the Partition Array Into Three Parts With Equal Sum problem.
📄️ Maximum Difference Ancestor
This document provides solutions for the Maximum Difference Between Node and Ancestor problem.
📄️ 1038. Binary Search Tree to Greater Sum Tree
This is a solution to the Binary Search Tree to Greater Sum Tree problem on LeetCode.
📄️ 1051-height-checker
Given an array heights, return the number of indices where heights[i] != expected[i].
📄️ Grumpy Bookstore Owner
This document provides solutions for the Grumpy Bookstore Owner problem on LeetCode.