Algorithms

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.scriptol.com/programming/list-algorithms.php Ant-algorithms . The ant colony optimisation is a set of algorithms inspired by ant behavior to solve a problem, find the best path between two locations. Algortithm that recognize sacarsms or irony in a tweet or an online document.

List of Algorithms

Regular expressions can be scary…really scary. Fortunately, once you memorize what each symbol represents, the fear quickly subsides. If you fit the title of this article, there’s much to learn! Let’s get started. Section 1: Learning the Basics The key to learning how to effectively use regular expressions is to just take a day and memorize all of the symbols. http://net.tutsplus.com/tutorials/javascript-ajax/you-dont-know-anything-about-regular-expressions/

You Don’t Know Anything About Regular Expressions: A Complete Guide | Nettuts+

http://www.algosort.com/

Computer Programming Algorithms Directory

Welcome to my computer programming algorithms directory. I am hoping to provide a comprehensive directory of web sites that detail algorithms for computer programming problems. If you know of any web sites that describe an algorithm (or multiple algorithms), please send me an e-mail . Encryption Algorithms
hash

Posted by Nick Johnson | Filed under python , coding , tech , damn-cool-algorithms In a previous Damn Cool Algorithms post, I talked about BK-trees, a clever indexing structure that makes it possible to search for fuzzy matches on a text string based on Levenshtein distance - or any other metric that obeys the triangle inequality . Today, I'm going to describe an alternative approach, which makes it possible to do fuzzy text search in a regular index: Levenshtein automata . Introduction http://blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata

Damn Cool Algorithms: Levenshtein Automata - Nick's Blog