Anagram

Anagram

Medium

Instructions

An anagram is a rearrangement of letters to form a new word. Given a word and a list of candidates, select the sublist of anagrams of the given word.

Given "listen" and a list of candidates like "enlists" "google" "inlets" "banana" the program should return a list containing "inlets".

Edit via GitHub The link opens in a new window or tab
Delphi Pascal Exercism

Ready to start Anagram?

Sign up to Exercism to learn and master Delphi Pascal with 76 exercises, and real human mentoring, all for free.