Skip to content
View mtelek's full-sized avatar

Block or report mtelek

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

Hi, I'm Márton 👋

🎓 Student & Developer

  • 42 Vienna 🖥️ (Software Engineering)
  • University of Vienna 📊 (Economics & Econometrics)
  • Passionate about low level programming & algorithmic efficiency

💻 Tech Stack

  • Languages: C, C++, R, Jupyter Notebooks
  • Tools: Git, Makefile, Linux, Vim, GDB,
  • Concepts: Memory management, Multithreading, Data structures, Regression analysis, Statistical modelling, Data analysis

🚀 Projects

🌱 Learning Now

  • Advanced C++

📫 Reach Me

Pinned Loading

  1. Ford-Johnson-Algorithm Ford-Johnson-Algorithm Public

    A clean C++98 implementation of the Ford-Johnson algorithm (also known as Merge-Insertion Sort). This educational project focuses on the algorithm's core principle: minimizing comparisons. It featu…

    C++

  2. push_swap push_swap Public

    Push_Swap is a 42 School project that involves sorting data using a limited set of stack operations, where the goal is to arrange a sequence of integers in ascending order using two stacks (stack A…

    C

  3. philosophers philosophers Public

    Philosophers is a 42 School project that implements the dining philosophers problem using threads and mutexes in C, focusing on synchronization to prevent deadlocks and data races.

    C

  4. cub3D cub3D Public

    Cub3D is a 42 School project inspired by the classic Wolfenstein 3D, where you create a simple raycasting-based 3D renderer in C using the MinilibX library. The goal is to parse a map file, render …

    C

  5. minishell minishell Public

    Minishell is a collaborative 42 School project where students build a simplified Unix shell in C, supporting basic command execution, pipes, redirections, environment variables, and built-in comman…

    C