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