Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use Scheme language Question 3 a. 15 marks Write a procedure called (palindrome? 8) that takes a strings as argument and returns true (0)

Please use Scheme language image text in transcribed
Question 3 a. 15 marks Write a procedure called (palindrome? 8) that takes a strings as argument and returns true (0) if sis palindrome. b. 17 marks) Ak-palindrome is a string that can be made into a palindrome by ignoring up to k characters. Write a procedure called (k-palindrome? a strings and a non-negative integer k as arguments and returns true if sis a k-palindrome. For example, k) that takes (k-palindrome?"tancoheat 2) (k-palindrome?"tahcoheat1) - #t You may find the following built-in procedures useful for the above problems: . (string-length ste) - returns the number of characters in a given string . (string-ref str i) - returns the character at a specified index in a given string . (subatring str start fond]) returns a substring of a given string between two indices (the ending index is optional). Question 3 a. 15 marks Write a procedure called (palindrome? 8) that takes a strings as argument and returns true (0) if sis palindrome. b. 17 marks) Ak-palindrome is a string that can be made into a palindrome by ignoring up to k characters. Write a procedure called (k-palindrome? a strings and a non-negative integer k as arguments and returns true if sis a k-palindrome. For example, k) that takes (k-palindrome?"tancoheat 2) (k-palindrome?"tahcoheat1) - #t You may find the following built-in procedures useful for the above problems: . (string-length ste) - returns the number of characters in a given string . (string-ref str i) - returns the character at a specified index in a given string . (subatring str start fond]) returns a substring of a given string between two indices (the ending index is optional)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

50 Tips And Tricks For MongoDB Developers Get The Most Out Of Your Database

Authors: Kristina Chodorow

1st Edition

1449304613, 978-1449304614

More Books

Students also viewed these Databases questions

Question

Explain how the liquid ratio is calculated.

Answered: 1 week ago

Question

What are the classifications of Bank?

Answered: 1 week ago