The repository contains 2 java project :-
-
Java program to find longest possible palindrome in character set -- to compile :- javac Main.java to run the app:- java Main.java
-
Phone directory, when user types name of person it should show suggestions for every character that is typed :- to compile :- javac PhoneDirectoryFileDemo.java to run the app:- java PhoneDirectoryFileDemo.java