MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / Solution

Class Solution

Merge Intervals/57. Insert Interval/src/main.rs:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3}
4
5struct Solution {}
6
7impl Solution {
8 pub fn insert_inplace(mut intervals: Vec<Vec<i32>>, mut new_interval: Vec<i32>) -> Vec<Vec<i32>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected