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
Java implementation of Queue and Stack data structures. The program includes methods to check for anagrams and palindromes in a list of words. Users can input a list of words, and the program will determine if the words are anagrams of each other or if they are palindromes.