Programs:
- Design, develop, and write a program to implement the Bellman-Ford algorithm and determine its performance. Give its applications.
- Design, develop, and write a program to implement a Monte Carlo algorithm to test the primality of a given integer and determine its performance.
- Design, develop, and write a program to solve string matching problem using naïve approach and the KMP algorithm. Compare their performances.
- Design, develop, and write a program to solve String matching problem using Finite Automata and determine its performance.
- Design, develop, and write a program to solve String matching problem using Rabin Karp algoritm and determine its performance.