Aurora Cardoso's repositories

Language:DockerfileStargazers:0Issues:0Issues:0
Language:TypeScriptStargazers:0Issues:0Issues:0
Language:CLicense:MITStargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

exercicios

Questões que fiz para exercitar minha logica.

Language:CStargazers:0Issues:0Issues:0

push_swap

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.

Language:CStargazers:1Issues:0Issues:0

minitalk

The purpose of this project is to code a small data exchange program using UNIX signals.

Language:CStargazers:0Issues:0Issues:0

ft_printf

The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)

Language:CStargazers:0Issues:0Issues:0

get_next_line

This project is about programming a function that returns a line read from a file descriptor.

Language:CStargazers:0Issues:0Issues:0

Libft

This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.

Language:CStargazers:1Issues:0Issues:0