An open API service indexing awesome lists of open source software.

https://github.com/leedskiy/bag-data-structure

Bag type for integers using C#. Code was written for training.
https://github.com/leedskiy/bag-data-structure

bag class csharp data-structures documentation implementation integer object-oriented-programming oop uml uml-diagram

Last synced: 3 months ago
JSON representation

Bag type for integers using C#. Code was written for training.

Awesome Lists containing this project

README

          


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.