OMOdunosho Moses Adewaleinbuildwithmoscode.hashnode.dev·Feb 2 · 4 min readLeetCode 3010 Divide an Array Into Subarrays With Minimum Cost IGreedy problems often look trivial until a single constraint quietly invalidates your intuition. LeetCode 3010 is a great example of how misreading what truly defines the cost of a structure leads to wrong assumptions and failed solutions. This artic...00
OMOdunosho Moses Adewaleinbuildwithmoscode.hashnode.dev·Feb 5, 2023 · 8 min readUnderstanding React.JS by building a Create-React-App starter KitReact is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small and isolated pieces of code called “components”. A starter kit is a set of pre-existing codes that you can lau...00