ftp.nice.ch/pub/next/developer/objc/appkit/Crossword.1.1.NIHS.bs.tar.gz#/Crossword.1.1.NIHS.bs/Source/LeapfrogState.m

This is LeapfrogState.m in view mode; [Download] [Up]

/*

File LeapfrogState.m

This is the state used for leapfrog search.  When backjumping past a square, the square remembers its current value and tries that value first the next time through.

*/

#import <appkit/appkit.h>

#import "Leapfrog.h"


/* 行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行  */


@implementation LeapfrogState

- squareClass			{	return [LeapfrogSquare  class];		}
- wordClass				{	return [LeapfrogWord  class];		}


/* 行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行  */


@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.