Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のプロパティを使用して C# で数値セットの ADT を作成する方法: 集合、交差、差、サイズの設定、セットへの要素の追加、セットからの要素の削除。
上記の操作のいずれかを使用する簡単なプログラムを教えてください。
Microsoft は set クラスを作成しました: System.Collections.Generic.HashSet<T>.
System.Collections.Generic.HashSet<T>