Skip to content

devjamesbrandao/estrutura-de-dados-dotnet

Repository files navigation

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

About

Curso de estrutura de dados em C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages