I found that for some algorithm questions on leetcode, some answers, that has high performance, use high level builtin functions in the that language. For example, using regular expressions instead of iterating strings, or using a built-in function to solve the question directly.
My questions are: