Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Posted
Comments
ambarishtv 25-Jan-12 7:50am    
...any effort ...
Tim Groven 25-Jan-12 8:27am    
Oh man, I could use that too. When you are done writing it, can you send me the code?
BillWoodruff 25-Jan-12 8:31am    
Show us your first attempt here in C#, and maybe we can be helpful.

see Boyer-Moore 3d:
Boyer-Moore and related exact string matching algorithms[^]
Efficient Boyer-Moore Search in Unicode Strings[^]

i think (??) that there is no difference between a string and a "DNA seqeunce"...
 
Share this answer
 
Wow. You really need to learn how to use a search engine.

A search on "boyer moore algorithm C#" returned about 80,400 results in google.
There is even an article about this here at CP: "Boyer-Moore and related exact string matching algorithms".

You should try searching for it yourself and learn about the wonderful world of the internet search engine. That is why I haven't provided the links for you.
 
Share this answer
 
Comments
Anuja Pawar Indore 25-Jan-12 9:16am    
My 5+ perfect answer
Espen Harlinn 25-Jan-12 9:18am    
Elegant :-D

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900