❯ Repository for algorithm studies, using C programming language. All code was written by Artur Schincariol Rossi.
- Command for compile
❯ gcc src/utils.c src/circular_queue/queue.c src/dynamic_stack/stack.c src/sorting/bubble_sort.c src/menu.c src/main.c -o algorithms
- Command for execute
❯ ./algorithms