Skip to content
View geoangelotti's full-sized avatar
  • Rewe International
Block or Report

Block or report geoangelotti

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

Pinned

  1. leetcode leetcode Public

    JavaScript

  2. advent-of-code-2023 advent-of-code-2023 Public

    Rust

  3. ECE NTUA Computer Languages (Γλώσσες... ECE NTUA Computer Languages (Γλώσσες Προγραμματισμού) hopping Dynamic Programming Algorithm.
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    
                  
    4
    //Declare infinite limit for the DP array
    5
    //all the valid answers in the DP array are NUMBER % 1000000009 so smaller than this number
  4. ECE NTUA Computer Languages (Γλώσσες... ECE NTUA Computer Languages (Γλώσσες Προγραμματισμού) skitrip Greedy Algorithm.
    1
    #include <stdlib.h>
    2
    #include <stdio.h>
    3
    
                  
    4
    //Structure to save Height and Position of each station
    5
    struct station_struct {
  5. exchange exchange Public

    TypeScript

  6. advent-of-kotlin-2023 advent-of-kotlin-2023 Public

    Kotlin