Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 1.94 KB

README.md

File metadata and controls

83 lines (54 loc) · 1.94 KB

Data Structures


Sets

Sets

Dictionaries

Dictionaries

Queues

Queues

Hash Table

Hash Table

Singly Linked List

Singly Linked List

Double Linked List

Double Linked List

Tree

Tree

Graph

Graph

🔍 About

This project covers the main topics on data structures, all of which were developed in C#.

💡 Topics Covered

  • Sets
  • Dictionaries
  • Queues
  • Hash table
  • Singly linked lists
  • Double linked lists
  • Trees
  • Graphs

💻 Tools

Development

  • C#
  • VS CODE

🔎 How to use?

$ git clone https://github.com/devjamesbrandao/LojaOnline

$ dotnet restore

$ dotnet build

$ dotnet run