题目: 1.1 Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? _________________________________________________________________ // 不允许使用额外数据结构判断一个字符串中是否所有的字符都不相同 //char * const…