Exercise string management (Strings) in C [closed]

0

I wanted to know if you can help me by passing me, if you have or know, chain management problems. I have searched the Internet but they are always about encrypting, decrypting chains, replacing characters, investing chain, counting occurrence, etc. I was looking for something more interesting.

Thank you very much already.

    
asked by Jorge Gonzalez 15.10.2016 в 20:04
source

2 answers

1

In Hackerrank they have a section with exercises on very good strings, although in English link

In Spanish you can check www.aceptaelreto.com. link

    
answered by 16.10.2016 / 02:43
source
2

You could try to solve problems that not only involve chain management but also algorithms, such as the problem of the Longest Common Substring, or LCS.

I did not find exercises in Spanish, but if you also know English, you can check this in Codeforces or the information here described.

    
answered by 15.10.2016 в 22:30