Ejemplo n.º 1
0
 public TextEditor()
 {
     this.trie        = new Trie <Stack <string> >();
     this.loggedUsers = new List <string>();
     this.allUsers    = new List <string>();
 }
Ejemplo n.º 2
0
 public TextEditor()
 {
     this.users = new Trie <BigList <char> >();
     this.bin   = new Trie <Stack <string> >();
 }