Skip to content
View cedricbastin's full-sized avatar
πŸ‡¨πŸ‡­
GrΓΌezi Schwiiz
πŸ‡¨πŸ‡­
GrΓΌezi Schwiiz

Organizations

@scaladyno @TweetAggregator @DeliteEPFL

Block or report cedricbastin

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 Loading

  1. cedricbastin.github.io cedricbastin.github.io Public

    Blogging platforms come and go, but I want my content to be in a safe place.

    SCSS

  2. exploring lazy evaluation to avoid m... exploring lazy evaluation to avoid multiple passes over a tree
    1
    object Main extends App {
    2
        /*
    3
         * Exploring lazy evaluation in Scala to replace all nodes in a tree with the minimum value of the tree in 1 pass
    4
         * thanks to @begeric
    5
         */