Skip to content

leedskiy/Bag-data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Bag type in C#.

Bag is represented like a sequence of (element, frequency) pairs.
You can find the documentation in the "bag_documentation.pdf" file.
The solution has its menu.
Code was written with learning purposes.