ZoranPandovski / al-go-rithms

:musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Creative Commons Zero v1.0 Universal
1.33k stars 1.95k forks source link

Create Isomorphic_Strings.cpp #3476

Closed Coding-Demon closed 1 year ago

Coding-Demon commented 1 year ago

Code to Check whether two strings are isomorphic or not What are Isomorphic Strings? Two strings s and t are isomorphic if the characters in s can be replaced to get t. All occurrences of a character must be replaced with another character while preserving the order of characters. No two characters may map to the same character, but a character may map to itself.

Fixes issue: #[Mention the issue number it fixes or add the details of the changes if it doesn't has a specific issue.]

Changes: /The issue is not specific. I can't fix that/