Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇺🇸 Data Structures Menu

Welcome to the Data Structures Menu project!
This system allows you to navigate through exercise menus involving Arrays, Matrices, Stacks, and Queues, in a simple and interactive way through the terminal.


🚀 How to run

To start the system, follow these steps:

  1. Navigate to the project folder in your terminal:

    cd Menu/
  2. Run the program with:

    dotnet run

💻 How the menu works

When you run the program, you will see the main menu:

====================================
      DATA STRUCTURES MENU
====================================

1. Arrays
2. Matrices
3. Stacks
4. Queues
0. Exit

Choose an option:

Type the number corresponding to the structure you want to explore.

🌀 Arrays Menu

When you enter the Arrays menu, you will see options like:

========== ARRAYS MENU ==========

1. Exercise 1
2. Exercise 2
...
9. Exercise 9

(Only for Stack and Queue)
A. Add item
R. Remove item
V. View all items
B. Search item
S. Return to main menu

Choose an option:
  • Type the number of an exercise to run it.
  • Use the letters for specific actions (Add, Remove, View, Search).
  • Type S to go back to the main menu.

🔛 Matrices, Stacks, and Queues Menus

Other menus work similarly, with their own lists of exercises and options.


🟢 Quick Example

Suppose you want to run exercise 3 from the Arrays menu:

  1. From the main menu, type 1 for Arrays.
  2. In the Arrays menu, type 3 to run exercise 3.
  3. Follow the on-screen instructions to interact with the exercise.
  4. Press any key to return to the Arrays menu.
  5. Type S to return to the main menu.

🇧🇷 Menu de Estruturas de Dados

Bem-vindo ao projeto Menu de Estruturas de Dados!
Este sistema permite que você navegue por menus de exercícios envolvendo Vetores, Matrizes, Pilhas e Filas, de forma simples e interativa pelo terminal.


🚀 Como executar

Para iniciar o sistema, siga os passos abaixo:

  1. Navegue até a pasta do projeto no terminal:

    cd Menu/
  2. Execute o programa usando o comando:

    dotnet run

💻 Como funciona o menu

Ao executar o programa, você verá o menu principal:

====================================
      MENU DE ESTRUTURAS DE DADOS   
====================================

1. Vetores
2. Matrizes
3. Pilhas
4. Filas
0. Sair

Escolha uma opção:

Digite o número correspondente à estrutura que deseja explorar.

🌀 Menu Vetores

Ao entrar no menu de Vetores, você verá opções como:

========== MENU DE VETORES ==========

1. Exercício 1
2. Exercício 2
...
9. Exercício 9

A. Adicionar item
R. Remover item
V. Visualizar todos os itens
B. Buscar item
S. Sair para o menu principal

Escolha uma opção:
  • Digite o número de um exercício para executá-lo.
  • Use as letras para ações específicas (Adicionar, Remover, Visualizar, Buscar).
  • Digite S para voltar ao menu principal.

🔛 Menus Matrizes, Pilhas e Filas

Os outros menus funcionam de forma similar, com suas próprias listas de exercícios e opções.


🟢 Exemplo Rápido

Suponha que você deseja executar o exercício 3 do menu Vetores:

  1. No menu principal, digite 1 para Vetores.
  2. No menu Vetores, digite 3 para executar o exercício 3.
  3. Siga as instruções na tela para interagir com o exercício.
  4. Pressione qualquer tecla para retornar ao menu Vetores.
  5. Digite S para voltar ao menu principal.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages