[Codility] StrSymmetryPoint (Go)
https://app.codility.com/programmers/trainings/4/str_symmetry_point/ StrSymmetryPoint coding task - Practice Coding - Codility Find a symmetry point of a string, if any. app.codility.com Task description Write a function: func Solution(S string) int that, given a string S, returns the index (counting from 0) of a character such that the part of the string to the left of that character is a rever..
Development/Algorithm
2023. 1. 5. 16:29