Pinned Repositories
AssemblyMemoryManagementAPI
Implementing an API to deal with memory manually in a specific way, to exercite concepts about the computer architecture.
AVLTree
Abstract data type Tree of type 'AVL' implemented in C for college.
Blocks
Graphic game 'Blocks' made in C language using Allegro library
Circuit-Puzzle
Terminal version of the Resident Evil 2 Circuit Puzzle necessary to open the jail cells at the Police Station.
CuckooHash
Cuckoo Hash abstract data type example implemented in C for college.
F.da-seGame
Implementing the cards game named 'F*oda-se' in C, exercising how a Ring-Shaped Local network works.
FindLeastK
Find least K elements in a Max Heap structure, exerciting parallelism concepts, using the 'pthreads' library in C.
GameOfLife
Conway's Game of Life implementation and cool things about it
KnapsackProblem
Solving the Knapsack problem given an instance n, using the 'lp_solve' program, details are in the .pdf in the repo.
KNNParallel
KNN algorithm implemented using MPI library in C
amalra1's Repositories
amalra1/KNNParallel
KNN algorithm implemented using MPI library in C
amalra1/NonLinearADTs
Non-Linear Abstract Data Types and implementations
amalra1/AssemblyMemoryManagementAPI
Implementing an API to deal with memory manually in a specific way, to exercite concepts about the computer architecture.
amalra1/AVLTree
Abstract data type Tree of type 'AVL' implemented in C for college.
amalra1/Blocks
Graphic game 'Blocks' made in C language using Allegro library
amalra1/Circuit-Puzzle
Terminal version of the Resident Evil 2 Circuit Puzzle necessary to open the jail cells at the Police Station.
amalra1/CuckooHash
Cuckoo Hash abstract data type example implemented in C for college.
amalra1/F.da-seGame
Implementing the cards game named 'F*oda-se' in C, exercising how a Ring-Shaped Local network works.
amalra1/FindLeastK
Find least K elements in a Max Heap structure, exerciting parallelism concepts, using the 'pthreads' library in C.
amalra1/GameOfLife
Conway's Game of Life implementation and cool things about it
amalra1/KnapsackProblem
Solving the Knapsack problem given an instance n, using the 'lp_solve' program, details are in the .pdf in the repo.
amalra1/RawSocketStreaming
Criação de um protocolo de comunicação entre duas máquinas visando implementar um sistema de Streaming que opere no modo Cliente-Servidor.
amalra1/LattesCurriculumCatalog
Program that takes a XML file from Lattes as an input, and returns summarized data about it
amalra1/LinearADTs
Implementation of linear abstract data types and quick notes about them.
amalra1/PolygonGenerator
A fun polygon generator made with Javascript.
amalra1/Redux-V
amalra1/RubyDatabase
Exerciting database concepts with Ruby language and ActiveRecord.
amalra1/T2-Design
Implementações das especificações de caso de uso escolhidas no T1
amalra1/TamagotchiFPGA
Implementação em Verilog de um Tamagotchi para um FPGA
amalra1/UDP-TCP-Comparison
Showing how different UDP and TCP protocols are
amalra1/Visualizeitor
A visualizer for students to see their subjects in college, made with Javascript.