Category: Leetcode

  • Leetcode problems explained – 330 – Patching Array

    Leetcode problems explained – 330 – Patching Array

    Leetcode problems solved and explained for beginners In this series I’m going to solve Leetcode and explain, step by step my solution and the reason behind it. Today’s problem: 330. Patching Array Given a sorted integer array and a target integer ( n ), how can you modify the array so that you can form…