You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently adding all words from .txt files to an ArrayList<String>
implementing the RandomAccessFile object to pull one String from the File instead of adding every String to an ArrayList will reduce the time complexity from O(n) to O(1).