We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b14ecd commit 03f7f6fCopy full SHA for 03f7f6f
delete_operation_for_two_strings/src/lib.rs
@@ -1,3 +1,8 @@
1
+/*
2
+ * https://leetcode.com/explore/challenge/card/may-leetcoding-challenge-2021/598/week-1-may-1st-may-7th/3734/
3
+ * https://leetcode.com/problems/delete-operation-for-two-strings/
4
+*/
5
+
6
#[cfg(test)]
7
mod tests {
8
#[test]
0 commit comments