791. Custom Sort String - Day 14/31 Leetcode July Challenge

preview_player
Показать описание
Larry solves and analyzes this Leetcode problem as both an interviewer and an interviewee. This is a live recording of a real engineer solving a problem live - no cuts or edits!

#leetcode #coding #programming
Рекомендации по теме
Комментарии
Автор

Were you able to do things your own way?

Algorithmist
Автор

I have lost my mind on why I did the code this way so many times :) Really enjoyed your rant lol!

nopethisisnotreal
Автор

Or you can count characters and then reconstruct answer using expanded to 26 characters order. Which is pretty much skipping to Radix sort right away as I have just realized lol.

laQwoter