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.
- Host: GitHub
- URL: https://github.com/leedskiy/bag-data-structure
- Owner: leedskiy
- Created: 2023-06-02T15:56:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T15:56:32.000Z (about 2 years ago)
- Last Synced: 2024-01-29T20:20:56.775Z (about 2 years ago)
- Topics: bag, class, csharp, data-structures, documentation, implementation, integer, object-oriented-programming, oop, uml, uml-diagram
- Language: C#
- Homepage:
- Size: 577 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.