Preetika Prakashpreetikaprakash.hashnode.devยทSep 21, 2023DSA Day 95/100Topic: Strings 1) Reverse Words in StringMedium Input: s = "a good example" Output: "example good a" Explanation: You need to reduce multiple spaces between two words to a single space in the reversed string. public String reverseWords(String s) ...100DaysOfCodeAdd a thoughtful commentNo comments yetBe the first to start the conversation.