C# Class Anagrams.MyTest

Datei anzeigen Open project: neoeinstein/c5

Public Methods

Method Description
AnagramClass ( String s ) : TreeBag
AnagramClasses ( SCG ss ) : System.Collections.Generic.IEnumerable>
FirstAnagramOnly ( SCG ss ) : System.Collections.Generic.IEnumerable
Main ( String args ) : void
ReadFileWords ( String filename, int n ) : System.Collections.Generic.IEnumerable

Method Details

AnagramClass() public static method

public static AnagramClass ( String s ) : TreeBag
s String
return TreeBag

AnagramClasses() public static method

public static AnagramClasses ( SCG ss ) : System.Collections.Generic.IEnumerable>
ss SCG
return System.Collections.Generic.IEnumerable>

FirstAnagramOnly() public static method

public static FirstAnagramOnly ( SCG ss ) : System.Collections.Generic.IEnumerable
ss SCG
return System.Collections.Generic.IEnumerable

Main() public static method

public static Main ( String args ) : void
args String
return void

ReadFileWords() public static method

public static ReadFileWords ( String filename, int n ) : System.Collections.Generic.IEnumerable
filename String
n int
return System.Collections.Generic.IEnumerable