Skip to content
View smoustaj7's full-sized avatar

Highlights

  • Pro

Block or report smoustaj7

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
smoustaj7/README.md

smoustaj's 42 stats

👋 Hi, I'm Souhaib Moustajib

🚀 Software Developer | Computer Science Student | Problem Solver

Software engineering student at 1337 (42 Network), building projects in systems programming, algorithms, and C/Python. I like breaking problems down into clean, well-documented solutions — one commit at a time.

Stack: C · Python · Linux · Git · Data Structures & Algorithms · Memory Management · OOP · Debugging & Optimization

Featured projects

  • 🔹 a_maze_ing — terminal-based maze generator/solver exploring graph theory and procedural generation
  • 🔹 push_swap — sorting algorithm optimized for minimal instructions
  • 🔹 libft — custom C standard library, built from scratch

More in my repos — feel free to explore ⭐

"Write code as if the next person to maintain it is a violent psychopath who knows where you live." — John Woods

🌐 Socials:

LinkedIn email

💻 Tech Stack:

C Python Git Linux SQL Bash TypeScript

Git Certificate:

Boot.dev Learn Git certificate

📊 GitHub Stats:


Pinned Loading

  1. push_swap push_swap Public

    push_swap is an algorithmic project that focuses on sorting data using constrained operations. The goal is to sort a list of integers using two stacks (A and B) and a limited set of allowed instruc…

    C

  2. -a_maze_ing -a_maze_ing Public

    Forked from gouomar/-a_maze_ing

    A Python maze generator and solver with animated visualization.

    Python

  3. codexion codexion Public

    A multi-threaded simulation project built in C, inspired by the classic Dining Philosophers problem.

    C

  4. call_me_maybe call_me_maybe Public

    This project is about building a reliable bridge. On one side is a user asking a question in English. On the other side is a computer program that only understands strict JSON. this project is the …

    Python

  5. fly-in fly-in Public

    Fly-In is a high-performance simulation engine and visualizer written in Python. It models the routing and traversal of an autonomous drone fleet across complex graph networks constrained by hub ca…

    Python

  6. RAG-against-the-machine RAG-against-the-machine Public

    I'm building a Retrieval-Augmented Generation system that answers questions about a codebase.

    Python