Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in the array.
Attributes like Difficulty, Acceptance %, Frequency % are also added to enable filtering. This repository contains the snapshot as of 21st Feb 2026. If you need to sort/filter the questions based on ...