Skip to content
View HeNeos's full-sized avatar
:shipit:
Forking a new future
:shipit:
Forking a new future

Block or report HeNeos

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

Just a fan of Möbius Inversion: HeNeos! 🙂

int mobius[N];
void c_mob(){
    mobius[1] = 1;
    for(int i=2; i<N; i++){
        if(lpf[i] == i) mobius[i] = -1;
        else{
            if(lpf[i/lpf[i]] == lpf[i]) mobius[i] = 0;
            else mobius[i] = -1*mobius[i/lpf[i]];
        }
    }
}

Pinned Loading

  1. heneos-blog heneos-blog Public

    Personal blog

    TypeScript

  2. ascii-art-aws ascii-art-aws Public

    Ascii Art implemented through serverless services in AWS

    HCL

  3. graph-algorithms-in-maps graph-algorithms-in-maps Public

    Python

  4. Yu-Gi-Oh-Card-Type-Recognition Yu-Gi-Oh-Card-Type-Recognition Public

    Jupyter Notebook 1

  5. CompetitiveProgramming CompetitiveProgramming Public

    C++ 2

  6. A-Competitive-Programming-Guide A-Competitive-Programming-Guide Public

    A Competitive Programming Guide

    C++