Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 370 Bytes

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.