Skip to content

Kirillbiliashov/cs-2023-lab6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs-2023-lab6

Lab task

Create a class that describes typed collection (type is abstract class from previous lab), implements ISet interface and has linked list inner structure. Implement all interface methods and create at least 3 constructors (1 - empty; 2 - takes one object; 3 - takes collection of objects).

How to launch

  1. Make sure you have .NET SDK installed
  2. Go to folder containing .csproj file: cd path/to/your/project
  3. Build the project: dotnet build
  4. Run the project: dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages