Custom Sort String
-
[LeetCode] 791. Custom Sort StringLeetCode 2021. 7. 14. 21:14
https://leetcode.com/problems/custom-sort-string/ Custom Sort String - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Custom Sort String. 문자를 정렬하면 되는 문제다. 하지만 조금 다른점이 있다면 문자가 a,b,c,d,... 순서가 아닌 임의로 정한 순서로 정렬을 해야 한다. 문제의 예시에서는 order = "cba"로 정렬순서는 c가 1등, b가 2등, a가 3등 순서이고, str = "a..