Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace character recursively #18

Merged
merged 1 commit into from
Oct 2, 2021
Merged

Conversation

prithvi181998
Copy link
Contributor

It takes an input string S and two characters c1 and c2, and replace every occurrence of character c1 with character c2 in the given string.

It takes an input string S and two characters c1 and c2, and replace every occurrence of character c1 with character c2 in the given string.
@DSCSIT2020 DSCSIT2020 merged commit f465b39 into DSCSIT2020:main Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants