Skip to content

JBHuetCom/DelphiExercismAnagram

Repository files navigation

Anagram

Welcome to Anagram on Exercism's Delphi Pascal Track. If you need help running the tests or submitting your code, check out HELP.md.

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".

Source

Created by

  • @rpottsoh

Based on

Inspired by the Extreme Startup game - https://github.com/rchatley/extreme_startup

Releases

No releases published

Packages

No packages published

Languages