Veikedo

[C# interview] Remove duplicates

Dec 7th, 2020
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. public class Extensions
  2. {
  3.   public static IEnumerable<int> RemoveDuplicates(IEnumerable<int> items)
  4.   {
  5.   }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment