Skip to content
View laugengebaeck's full-sized avatar
🏳️‍⚧️
🏳️‍⚧️

Highlights

  • Pro
Block or Report

Block or report laugengebaeck

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

laugengebaeck

Hi there 👋

Studying IT-Systems Engineering at Hasso Plattner Institut (HPI). I'm interested in maths, algorithms and competitive programming, but also in functional programming. And I like trains 🚆

Pronouns: she/they

Top Langs

I like trains

Pinned

  1. BwInf-36-R2 BwInf-36-R2 Public

    Meine Lösungen für die 2. Runde des 36. Bundeswettbewerbs Informatik

    TeX

  2. BwInf-37-R2 BwInf-37-R2 Public

    Meine Lösungen für die 2. Runde des 37. Bundeswettbewerbs Informatik

    TeX 1

  3. DPCoinChange DPCoinChange Public

    Presentation about Dynamic Programming and the Coin Change Problem

    TeX

  4. slowsort implementation in C (for pt... slowsort implementation in C (for pt1 exam)
    1
    #include<stdio.h>
    2
    #include<stdlib.h>
    3
    #include<time.h>
    4
    
                  
    5
    #define SIZE 10000