| Author |
Comment/Response |
garret
|
02/28/06 1:54pm
Greetings,
I have two ordered lists of varying length, how can I determine if list A is a subset of list B if order matters?
Ex: A = {1,2,3}
B = {2,3,4,5,1}
C = {5,7,2,1,2,3}
I would like A,B to return False and A,C to return True
I can't find a command anywhere that involves subsets beyond listing all possible subsets
Thanks
URL: , |
|