标签: python python-3.x big-o
如果我要使用以下方法反转字符串:
endpoints.health.mapping.UNKNOWN=300
它是"hello there!"[::-1] ,因为如果输入字符串较大,算法必须反转更多字符吗?
"hello there!"[::-1]