Computer Science Foundation Exercises
This repository contains exercises and reports (in PT-BR) for the Applied Computing course of the Applied Computing PhD program of the National Institute for Space Research, ministred by professor Gilberto Ribeiro Queiroz.
.
├── 1_intro
│ ├── cap241-4_lista1_PauloBarchi.pdf
│ ├── exercicio02.cpp
│ ├── exercicio03.cpp
│ ├── exercicio04.cpp
│ ├── exercicio05.cpp
│ ├── exercicio06.cpp
│ ├── exercicio07.cpp
│ ├── exercicio08.cpp
│ ├── exercicio09.cpp
│ ├── exercicio10.cpp
│ ├── exercicio11.cpp
│ └── exercicio12.cpp
├── 2_algorithm_analysis
│ ├── cap241-4_lista2_PauloBarchi.pdf
│ ├── exercicio03.cpp
│ ├── PerformanceEvaluation-ConvexHull.png
│ └── plot.py
├── 3_cpp_generics_templates_stl
│ ├── cap241-4_lista3_PauloBarchi.pdf
│ ├── exercicio01.cpp
│ ├── exercicio02.cpp
│ ├── list.hpp
│ └── stack.hpp
├── 4_data_structures
│ ├── bstree.hpp
│ ├── cap241-4_lista4_PauloBarchi.pdf
│ ├── exercicio01.cpp
│ ├── exercicio05.cpp
│ ├── exercicio06.cpp
│ ├── exercicios02-03-04.cpp
│ ├── kdtree.hpp
│ └── mwtree.hpp
├── 5_graph_theory
│ ├── graphs_shortest_path
│ │ ├── apresentacao.pdf
│ │ ├── bellman
│ │ │ ├── graph.cpp
│ │ │ └── graph.hpp
│ │ ├── dijkstra
│ │ │ ├── graph
│ │ │ ├── graph.cpp
│ │ │ ├── graph.hpp
│ │ │ ├── input_graph_1.txt
│ │ │ ├── input_graph_2.txt
│ │ │ ├── large1000.txt
│ │ │ ├── medium.txt
│ │ │ └── tiny.txt
│ │ └── graph
│ │ ├── graph.cpp
│ │ └── graph.hpp
│ ├── src
│ │ ├── graph.cpp
│ │ ├── graph.hpp
│ │ ├── input_graph_1
│ │ └── input_graph_2
│ └── suplementary
│ ├── graph.cpp
│ ├── graph.hpp
│ ├── graph.pdf
│ └── graph.tex
├── 6_sorting
│ ├── cap241-4_lista6_PauloBarchi.pdf
│ ├── exercicio01.cpp
│ └── sort.hpp
├── 7_recursion
│ └── relacoes-recorrencia-solucao.pdf
├── LICENSE.md
└── README.md
Licensed under Apache 2.0.