1. (10 pts, standard.) Design an algorithm that finds a longest common subsequence between two given strings such that t
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1. (10 pts, standard.) Design an algorithm that finds a longest common subsequence between two given strings such that t
1. (10 pts, standard.) Design an algorithm that finds a longest common subsequence between two given strings such that the subsequence starts with symbol ‘a' and ends with symbol ‘b’ and in between, there are exactly two 'c'. When the desired subsequence does not exist, your algorithm returns None. I will grade on the efficiency of your algorithm.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!