Implement a function void reverse(char* str) in C or C++ which reverses a null-terminated string.
CTCI: Ch. 1-2
Reply
Implement a function void reverse(char* str) in C or C++ which reverses a null-terminated string.
Implement an algorithm to determine if a string has all unique characters. What if you cannot use additional data structures?
Current Features:
Unfinished parts: