Search/SearchNull.java File Reference

Task to perform searches in unordered array with Null check. 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. Search for NULL is included in the timing. More...


Classes

class  SearchNull


Detailed Description

Task to perform searches in unordered array with Null check. 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. Search for NULL is included in the timing.

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