You are on page 1of 1

Case Study Questions:

Q-01 Design N-queen problem based on BFS algorithm.

Q-02 Design pattern matching algorithm using Finite state machine.

Q-03 Identify the number of vowels in paragraph using pattern matching algorithm.

Q-04 Design RAC graph algorithm using Rabin Karp algorithm.

Q-05 Given sequence find first position of each word as a second sequence then identify LCS

Q-06 Design tik-Tack-toy game using DFS algorithms.

Q-07 How the Greedy paradigm of Algorithm differs from that DYNAMIC PROGRAMMING?
Q-08 Design-queens problem using Artificial Intelligence.

You might also like