leetCode 57 Insert Interval
With the solution from leetCode 56, we could easily find the solution for this problem. One place needs to be cared more is the insertion index searching by Binary Search.
You can find my solution here: https://github.com/JSerZANP/leetCode_solutions/blob/main/57-insert-interval.md
Hi I'm a JavaScript engineer who is not good at algorithms,
and currently practicing leetCode online. If you are interested, maybe we can learn together.