Snippet Test


any blooooog posts?

#define foreach(i,z,N) for(auto i=z; i<N; i++)

static int test(int* vals, int i, int count, int best){
    if(i < 0){ return best; }
    int included = test(vals, i-1, count+1, use(vals[i], best);
    int excluded = test(vals, i-1, count+0, best);
    return select(included, excluded);
}

$\forall \ \vec{v} \in V \ \exists \ \vec{v}^{-1} \in V \ (v + v^{-1} = \vec{0})$

Note, there isn't a markdown preview for adding random snippets from profile
let's hope I can delete this after pressing Save ;)