Skip to content

Instantly share code, notes, and snippets.

use std::io::{BufReader, BufRead, Error};
use std::io;
use std::cmp;
use std::fs::File;
use std::collections::HashSet;
extern crate core;
struct TrieDict {
word : Option<String>,