This project covers the main topics on data structures, all of which were developed in C#.
- Sets
- Dictionaries
- Queues
- Hash table
- Singly linked lists
- Double linked lists
- Trees
- Graphs
- C#
- VS CODE
$ git clone https://github.com/devjamesbrandao/LojaOnline
$ dotnet restore
$ dotnet build
$ dotnet run