Table of Contents

Method FindFirstAnagramsOfSubset

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

FindFirstAnagramsOfSubset(string)

public Word FindFirstAnagramsOfSubset(string source)

Parameters

source string

Returns

Word

FindFirstAnagramsOfSubset(Word)

Find anagrams of a subset of the letters in the given source string and returns the first result

public Word FindFirstAnagramsOfSubset(Word source)

Parameters

source Word

The source string. May include spaces, but not other non-alphabet characters

Returns

Word

One anagram of a subset of the letters in source, or null if none exist.