From fb0c97cb976b4d2f14fc5dea9ffbb35fa3149b81 Mon Sep 17 00:00:00 2001 From: Hyder Date: Mon, 18 Aug 2025 19:08:30 +0300 Subject: I have sorted numbers using selection sort :D --- Palindrome/Palindrome.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Palindrome') diff --git a/Palindrome/Palindrome.c b/Palindrome/Palindrome.c index cf01782..6a70b80 100644 --- a/Palindrome/Palindrome.c +++ b/Palindrome/Palindrome.c @@ -1,7 +1,7 @@ #include -// i made string_length equal tp (-1) cause string indices start from number 0, probably there is a better way represent what i want :( +// i made string_length equal to (-1) cause string indices start from number 0, probably there is a better way to represent what i want :( char *reverse_string(char *string_input) { int string_length = -1; -- cgit v1.2.3