Skip to content

Commit 03f7f6f

Browse files
committed
doc: add problem links
1 parent 6b14ecd commit 03f7f6f

File tree

1 file changed

+5
-0
lines changed
  • delete_operation_for_two_strings/src

1 file changed

+5
-0
lines changed

delete_operation_for_two_strings/src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
#[cfg(test)]
27
mod tests {
38
#[test]

0 commit comments

Comments
 (0)