Top "List-comparison" questions

How to test if a list contains another list?

How can I test if a list contains another list (ie. it's a contiguous subsequence). Say there was a function …

python list contains list-comparison
Compare 2 lists in Excel ?

I have 2 columns in a spreadsheet. One column has around 26 extra rows than the other. I've been trying various formulas …

excel list-comparison
How to compare two generic lists in C# 3.0?

Possible Duplicate: Is there a built-in method to compare collections in C#? What is the best way to compare to …

generics c#-3.0 list-comparison
Python - Any way to avoid several if-statements inside each other in a for-loop?

I need a better way to do this. I'm new with programming but I know that this is a very …

python for-loop comparison iteration list-comparison
How to match a string value with dictionary value stored as list?

Suppose i have a dictionary A1={'b1':['X','0'],'b2':'Empty',.............,} and then i have a string …

python dictionary list-comparison