|
[Date Index]
[Thread Index]
[Author Index]
Re: faster sublist checking
- To: mathgroup at smc.vnet.net
- Subject: [mg48721] Re: faster sublist checking
- From: koopman at sfu.ca (Ray Koopman)
- Date: Fri, 11 Jun 2004 03:53:01 -0400 (EDT)
- References: <ca6hlt$fgj$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
A correction to my previous post:
change MatchQ[B,{__,Sequence@@A,__}]
to MatchQ[B,{___,Sequence@@A,___}]
Prev by Date:
3D plots from lists
Next by Date:
MrMathematica
Previous by thread:
RE: faster sublist checking
Next by thread:
Re: faster sublist checking
|