You're given strings J representing the types of stones that are jewels, and S representing the stones you have. Each character in S is a type of stone you have. You want to know how many of the stones you have are also jewels.
COM 5140 Error-Correcting Codes Spring 2024Project No. 1Due 4:00pm, May 16, 2024You are expected to produce a program to implement the Viterbi decoding algorithm forthe widely used (2, 1, 6) convolutional code with generator matrixG(D) = (1 + D2 + D3 + D5 + D61 + D + D2 + D3 + D6).This code is as...