Skip to content
View abekassisg's full-sized avatar

Highlights

  • Pro

Block or report abekassisg

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

Hi, I'm Gavriella 👋

I'm a software development student at 42 London, working primarily with C and Python.

I enjoy building larger programs step by step, understanding algorithms in detail as I implement them, and refining my code to make it cleaner, more precise, and well structured. My work so far has covered memory management, concurrency, data structures, and software architecture, with an emphasis on clear, well-tested code and being able to explain technical decisions.

Selected work

  • Codexion — concurrency and thread synchronisation in C
  • A-maze-ing — maze generation and solving in Python
  • push_swap — sorting optimisation with constrained stack operations
  • Python Modules 00–10 — progression from Python fundamentals to advanced language features and tooling

Portfolio

abekassisg.github.io

Pinned Loading

  1. a-maze-ing a-maze-ing Public

    Python maze generator and solver using recursive backtracking and breadth-first search.

    Python

  2. codexion codexion Public

    Concurrency simulation in C using pthreads, mutexes, condition variables, and priority scheduling.

    C

  3. push_swap push_swap Public

    C sorting program using constrained stack operations and a chunk-based optimisation algorithm.

    C

  4. python-modules python-modules Public

    Python Modules 00-10 completed at 42 London, organised by learning stage from fundamentals to advanced tooling.

    Python