Package com.palmergames.util


package com.palmergames.util
  • Classes
    Class
    Description
     
     
     
    Pair<L,R>
     
    Useful functions related to strings, or arrays of them.
     
     
    Dynamic trie structure that can add/remove keys and recursively get matching strings for a key
    TrieNode implementation that handles any character and keeps track of its own children and character