/AnalysisOfAlgorithms

These repository contains analysis of algorithms projects.

Primary LanguageHTMLMIT LicenseMIT

AnalysisOfAlgorithms

These repository contains analysis of algorithms projects.

1- String Search Algorithms:

Designing an experiment to compare following three string matching algorithms:

  1. Brute-force string matching,
  2. Horspool’s algorithm,
  3. Boyer-Moore algorithm.

2- Half TSP Solver:

Designing an algorithm that solves half traveler salesman problem.