Skip to content
View lassachraf's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report lassachraf

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
lassachraf/README.md

Hi 👋, I'm Achraf Lassiqui

Computer Science Student @ UM6P - 1337 Coding School


alassiqu-badge


Coding

  • 🔭 I’m currently working on Minishell

  • 🌱 I’m currently learning CPP Basics

  • 📫 How to reach me lassachraf1@gmail.com

Connect with me:

achraf lassiqui

Languages and Tools:

bash c git linux

Stats:

lassachraf

 lassachraf

lassachraf

Pinned Loading

  1. lassachraf lassachraf Public

    Config files for my GitHub profile.

  2. 42_Philosophers 42_Philosophers Public

    The famous "Dining Philosophers" problem coded in C using two methods. The first one using threads and mutexes, and a second one using processes and semaphore.

    C

  3. 42_Push-swap 42_Push-swap Public

    Sort a stack of numbers with the least number of operations using a limited set of stack operations.

    C 1