Skip to content
View iagustsson's full-sized avatar
Block or Report

Block or report iagustsson

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

Popular repositories

  1. leonardoheap leonardoheap Public

    Leonardo heap is the implicit data structure that uses only O(1) auxiliary data to implement smoothsort, an in-place algorithm offering average performance of O(n⋅log(n)) and O(n) in the best-case.

    Java

  2. bin2png bin2png Public

    Insert binary data from a file into a PNG image file and reversely extract to same binary data from the PNG (without loading the whole thing to memory).

    Java