Skip to content

kaeuchoa/SUNY_data_structures

Repository files navigation

Data Structures - Estrutura de Dados

Codes made to obtain homework grade on the course CSIT 341 - Data Structures taken at the State University of New York at Fredonia. Algorithms based on the ones found in "Data Structures: A Pseudocode Approach with C++ by Behrouz A. Forouzan and Richard F. Gilberg".
Algorithms:

  1. Stack in an array - Java;
  2. Stack in a linked list - Java;
  3. Queue in an array - Java;
  4. Queue in a linked list - Java;
  5. Selection sort - Python;
  6. Insertion sort - Python;
  7. Bubble sort - Python.

Códigos feitos para obtenção de nota em exercícios da matéria CSIT 341 - Estrutura de dados feita na State University of New York em Fredonia. Algoritmos baseados nos encontrados no livro "Data Structures: A Pseudocode Approach with C++ por Behrouz A. Forouzan and Richard F. Gilberg".
Algoritmos:

  1. Pilha em array - Java;
  2. Pilha em lista encadeada - Java;
  3. Fila em array - Java;
  4. Fila em lista encadeada - Java;
  5. Selection sort - Python;
  6. Insertion sort - Python;
  7. Bubble sort - Python.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published