Skip to content

Instantly share code, notes, and snippets.

View ckikriehanra's full-sized avatar

nghiacken ckikriehanra

  • vietnam
View GitHub Profile
// C++ program to demonstrate auto-complete feature
// using Trie data structure.
#include<bits/stdc++.h>
using namespace std;
// Alphabet size (# of symbols)
#define ALPHABET_SIZE (26)
// Converts key current character into index
// use only 'a' through 'z' and lower case