Coding Quiz - Find the First Non-repeating Character
Write a function to find the first non-repeating character in an array of strings using a hash table.
Write a function to find the first non-repeating character in an array of strings using a hash table.