Gabriel Nogueira's repositories
assembly_mips
Simple programs written in the assembly language MIPS.
Language:C++000
data_structures_c
Implementation of the classic data structures (linked lists, stacks, graphs, etc) in the C programming language.
file_organization
Program written in C to train concepts of file organization, such as B-Trees.
simplified_wavefront_algorithm
Simplified implementation of the wavefront expansion algorithm in the context of a "catch game".
sorting_algorithms_comparison
Implements (in C) and compares the most common sorting algorithms.