Skip to content
View cristina-fb's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report cristina-fb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cristina-fb/README.md

Typing SVG

  • 🔭 I’m an Electronic Communication Engineer and a Computer Software student at 42Madrid
  • 🌱 I’m interested in learning about IA and algorithms
  • 💬 Ask me about C, C++ and Python
  • ⚡ Fun fact: My brownies are the best!

Cristina's github stats

Popular repositories Loading

  1. CPP CPP Public

    Short projects to learn C++

    C++ 1

  2. miniRT miniRT Public

    Program that draws 3D scenes using a Raymarching algorithm

    C 1

  3. libft libft Public

    Recreation of some functions from the standard C library.

    C

  4. get_next_line get_next_line Public

    Given a file descriptor, this function reads the next line.

    C

  5. ft_printf ft_printf Public

    My own recreation of function printf. It works with "cspdiuxX%" conversions and "-0*.# +" flags

    C

  6. push_swap push_swap Public

    A number sorting algorithm using 2 stacks and a set of defined movements

    C