← All problemsSign in

1657. Determine if Two Strings Are Close

LeetCodeHash TableStringSortingCountingOpen on judge ↗

Two strings are considered close if you can attain one from the other using the following operations: - Operation 1: Swap any two existing characters. - For example, abcde -> aecdb - Operation 2: Transform every occurrence of one existing character into another existing character, and do the same with the other character. - For example, aacabb -> bbcbaa (all a's turn into b's, and all b's

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start