Skip to content

Repository for algorithm studies, using C programming language

Notifications You must be signed in to change notification settings

Artursrossi/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

ALGORITHMS

Overview

❯ Repository for algorithm studies, using C programming language. All code was written by Artur Schincariol Rossi.

Usage

  1. 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
  1. Command for execute
❯ ./algorithms

About

Repository for algorithm studies, using C programming language

Resources

Stars

Watchers

Forks

Languages