Suppose there are two links (it doesn't matter where, in the same file or different):
- https://github.com/torvalds/linux
- https://github.com/torvalds/linux/
which are essentially identical, but differ only in that one has a / at the end.
No need to contain duplicates, so need to delete one duplicate.
Suppose there are two links (it doesn't matter where, in the same file or different):
which are essentially identical, but differ only in that one has a
/at the end.No need to contain duplicates, so need to delete one duplicate.