/MyList

Create a similar library "List"

Primary LanguageC#

MyList Class

In several interviews it is necessary to create a similar class "List". In this project I create with the three types of Collections.

  • Arrays
  • Hash Table
  • Dictionary

If you search in google, you find a lot of information between arrays and lists.

Example comparations: