From 953391e21e264bea8eb7cc0f3e6b1dfb0507aefd Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Fri, 7 Jul 2023 21:26:40 +0400 Subject: [PATCH] Submission link --- video-stitching/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/video-stitching/src/main.rs b/video-stitching/src/main.rs index 4f431b5..5c34ea6 100644 --- a/video-stitching/src/main.rs +++ b/video-stitching/src/main.rs @@ -1,3 +1,5 @@ +/* https://leetcode.com/problems/video-stitching/submissions/988741291 */ + fn video_stitching(clips: Vec>, time: i32) -> i32 { let mut arr = clips.clone(); arr.sort_by(|a, b|