implemented searchable database system based on twitter
A database system with functions that simulate posting/deleting/searching for tweets, looking up tweets by keyword or author, calculating trending topics. Twitter.java contains the implementation of these functions. MyHashTable.java and HashPair.java are custom implementations of Java's HashTable and HashPair classes. Tweet.java is a user-defined Tweet class.