CUSTOM SORT STRING | PYTHON | LEETCODE # 791

CUSTOM SORT STRING | PYTHON | LEETCODE # 791

In this video we are solving Leetcode problem # 761: Custom Sort String. It's a relatively simple question using a string builder and a counts dictionary.