3.1.1. courses – Object Representations of UF Course Information

3.1.1.1. courses.fuzzy_match – Fuzzy Matching with List and String-like Objects

3.1.1.1.1. Algorithms

All algorithms share one property; that they must be callable in the form:

algorithm(s1, s2)

Where s1 and s2 are the two objects to compare.

3.1.1.1.2. Meta-Algorithms

Meta-Algorithms are functions that use other algorithms in various ways.