Skip to content
View anarita99's full-sized avatar
  • Lisbon

Highlights

  • Pro

Block or report anarita99

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
anarita99/README.md

Hi there, I'm Ana Rita

Welcome to my GitHub profile. I'm a software engineering student at 42 School in Portugal, focused on learning computer science fundamentals and building projects from the ground up.

About Me

  • Based in Portugal
  • Currently studying C programming and low-level systems at 42 School
  • Completed courses in Python and Cybersecurity
  • Learning through hands-on, project-based education

Current Focus

  • Deepening understanding of operating systems and memory management
  • Building complex systems in C
  • Advancing through the 42 curriculum

I code with

c logo vscode logo mysql logo python logo bash logo git logo

pacman contribution graph

Pinned Loading

  1. push_swap push_swap Public

    A sorting algorithm project that sorts integers using two stacks with a limited set of operations, implementing different sorting strategies based on stack size for optimal performance.

    C

  2. so_long so_long Public

    A 2D game built with MiniLibX where a cat collects fish to unlock the exit, featuring sprite animation and map validation.

    C

  3. pipex pipex Public

    A Unix process management project that replicates shell pipe behavior, executing two commands in sequence with data flow between them.

    C

  4. minishell_reborn minishell_reborn Public

    C

  5. Philosophers Philosophers Public

    Implementation of the Dining Philosophers problem demonstrating concurrent programming with proper synchronization to prevent deadlock and starvation.

    C