Skip to content

This is where im going to update and release all my proyects, programming skills and my own trayectory from 42cursus Málaga..

Notifications You must be signed in to change notification settings

eduaserr/42cursus

Repository files navigation

Project Structure

This repository contains the following projects and files:

42cursus
├─── 42-exam
│ ┌───── Exam02
│ │ ┌────── LVL01
│ │ ├────── LVL02
│ │ ├────── LVL03
│ │ └────── LVL04
│ ├───── Exam03
│ │ ┌────── ft_printf
│ └ ┴────── get_next_line
├─── ft_printf
├─── Get_Next_Line
├─── Libft
├─── minishell
├─── minitalk
├─── push_swap
└─── So_Long

Each directory represents a different project or component within the 42cursus curriculum. Below is a brief description of each:

  • 42-exam: Contains exercises and solutions related to the 42 school exams.
  • ft_printf: Implementation of the printf function in C.
  • Get_Next_Line: A project to read a line from a file descriptor.
  • Libft: My own custom C library with various utility functions.
  • minishell: A simple shell implementation.
  • minitalk: A project for small client-server communication.
  • push_swap: A sorting numbers algorithm project.
  • So_Long: A small 2D game project.

Feel free to explore each directory for more detailed information about each project.

Releases

No releases published

Packages

No packages published