42sg

There are 7 repositories under 42sg topic.

  • 42-piscine

    felixtanhm/42-piscine

    This repository is a compilation for all my projects during 42's Piscine at SUTD Singapore, held on March 2024.

    Language:C32403
  • mohsink20/42cursus

    libft, ft_printf, get_next_line, born2beroot, pipex, push_swap

    Language:C16100
  • mohsink20/Libft

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

    Language:C1100
  • mohsink20/ft_printf

    The goal of this project is pretty straightforward. You will recode printf().

    Language:C0100
  • mohsink20/get_next_line

    This project involves programming a function that returns a line read from a file descriptor. It not only adds a convenient function to your collection but also introduces the concept of static variables in C programming.

    Language:C0100
  • mohsink20/push_swap

    This project involves sorting data on a stack using a limited set of instructions, aiming for the lowest possible number of actions. The goal is to write a program in C called push_swap, which calculates and displays the smallest program, made of Push swap language instructions, that sorts the integers received as arguments.

    Language:C0100
  • mohsink20/so_long

    This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.

    Language:C0100