Questions tagged [ilookup]

17 questions
0
votes
5 answers

What's the best way to split a list of strings to match first and last letters?

I have a long list of words in C#, and I want to find all the words within that list that have the same first and last letters and that have a length of between, say, 5 and 7 characters. For example, the list might have: "wasted was washed washing…
-5
votes
2 answers

C# Lookup ptimisation suggestion are welcome

I have the code below which works for the purpose of what I need but I have an idea that it could be made faster. Please let me know if this code can be improved in any way... The main issue is that I need to query "data" several time. I just need…
Meelfan Bmfp
  • 605
  • 1
  • 7
  • 30
1
2