Finding patterns in source code
Posted
by trex279
on Stack Overflow
See other posts from Stack Overflow
or by trex279
Published on 2009-02-10T12:09:38Z
Indexed on
2010/03/23
22:53 UTC
Read the original article
Hit count: 334
algorithm
|pattern-recognition
If I wanted to learn about pattern recognition in general what would be a good place to start (recommend a book)?
Also, does anybody have any experience/knowledge on how to go about applying these algorithms to find abstraction patterns in programs? (repeated code, chunks of code that do the same thing, but in slightly different ways, etc.)
Thanks
Edit: I don't mind mathematically intensive books. In fact, that would be a good thing.
© Stack Overflow or respective owner