"My English is not very good looking." -- Celia Cruz
-
Riot Games
- Los Angeles, California
- http://mejibyte.com
- @mejibyte
Pinned Loading
-
competitive_programming
competitive_programming PublicMy solutions to programming contest problems from different sources (UVa, TopCoder, Live Archive, SPOJ, etc).
-
computer_graphics_challenges
computer_graphics_challenges PublicHomework for my Computer Graphics course.
-
como_vamos
como_vamos PublicAn utility to keep track of solved problems to train for programming contests.
-
My implementation of Aho-Corasick's ...
My implementation of Aho-Corasick's algorithm for string matching. 1using namespace std;
2#include <algorithm>
3#include <iostream>
4#include <iterator>
5#include <numeric>
-
Implementation of Ukkonen's algorith...
Implementation of Ukkonen's algorithm to build a prefix tree in O(n) 1using namespace std;
2#include <algorithm>
3#include <iostream>
4#include <iterator>
5#include <sstream>
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.