Anagrams Solver Using Backtracking Algorithm
Daftar Isi:
- Anagrams is one type of word play, in which the letters in the word input were randomized to form other words. and in this case, the authors find a solution to look for possible words formed. Backtracking algorithm is used to optimize the search process that formed the word in the dictionary. Keyword : Anagrams, Backtracking.