Looking for code and problems about strings, prime numbers and loops
We are looking for more examples, of this partitular topics. easy medium and hard.
@xaca do you need just the questions or u need the solutions for the questions also
@xaca Can you define the heuristic to determine whether a problem is easy, medium or hard ? Like 'Easy' problem must be solved in n lines of code, or the problem should be solved using college level math etc..
I can add implementation of algorithm that finds all prime numbers up to a given limit (Sieve of Eratosthenes).
@Sineth-N We don't have a way to know if the problem is easy. The recommendation is, think when you are learning programming, what was easy, medium and hard for you or for a friend. We have students with differents levels of education so we like to include to everybody.
@LeonoraG Yes, we need that.
@gane5hvarma Booth are great. The problem, the code, or a template to start.
I can add an implementation of an algorithm that finds, if given two strings are isomorphic strings or not (Isomorphic Strings).
If needed I can add an implementation of an algorithm that solve a sudoku. Let me know if needed!
@Seralahthan What is a Isomorphic String, is releated with palidrome? We need different solutions and problems, so go ahead. @abderra7 Sudoku algorithm sounds good. Please contribute.
@xaca Thanks i have added the description for the isomorphic strings code.