These repository contains analysis of algorithms projects.
Designing an experiment to compare following three string matching algorithms:
- Brute-force string matching,
- Horspool’s algorithm,
- Boyer-Moore algorithm.
Designing an algorithm that solves half traveler salesman problem.