Search/Search.java File Reference

Task to perform searches in unordered array

Construct example collection from permutations of the string 'abcdef' and allow command-line interface to search for a target string from within this collection and return its time in milliseconds. More...


Classes

class  Search


Detailed Description

Task to perform searches in unordered array

Construct example collection from permutations of the string 'abcdef' and allow command-line interface to search for a target string from within this collection and return its time in milliseconds.

Author:
George Heineman
Date:
6/15/08
Algorithm Development Kit 1.0