marikalmuk / Tasks

0 stars 0 forks source link

Create custom Dictionary class #12

Closed romaneo closed 3 years ago

romaneo commented 3 years ago

Using the technique we talked about on the last call create a custom implementation of the Dictionary structure.

Programm requirements:

Programm recommendation:

Learning materials:

Hint spoiler You can implement both ```dictionary``` and ```pair``` as separate classes
\
\
\
CODE SPOILER HINT (OPEN IN CASE OF CRITICAL NEED) https://pastebin.com/1LrBN6rc
marikalmuk commented 3 years ago

https://metanit.com/sharp/tutorial/3.36.php - Operators override https://app.pluralsight.com/library/courses/csharp-equality-comparisons/table-of-contents

romaneo commented 3 years ago

Please rename Class1 and Class2 according to the class names inside. After that, merge the branch and close the issue.