java_fundamentals icon indicating copy to clipboard operation
java_fundamentals copied to clipboard

Looking for code and problems about strings, prime numbers and loops

Open xaca opened this issue 8 years ago • 10 comments

We are looking for more examples, of this partitular topics. easy medium and hard.

xaca avatar Oct 07 '17 18:10 xaca

@xaca do you need just the questions or u need the solutions for the questions also

gane5hvarma avatar Oct 07 '17 18:10 gane5hvarma

@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..

Sineth-N avatar Oct 08 '17 07:10 Sineth-N

I can add implementation of algorithm that finds all prime numbers up to a given limit (Sieve of Eratosthenes).

LeonoraG avatar Oct 08 '17 12:10 LeonoraG

@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.

xaca avatar Oct 08 '17 14:10 xaca

@LeonoraG Yes, we need that.

xaca avatar Oct 08 '17 14:10 xaca

@gane5hvarma Booth are great. The problem, the code, or a template to start.

xaca avatar Oct 08 '17 14:10 xaca

I can add an implementation of an algorithm that finds, if given two strings are isomorphic strings or not (Isomorphic Strings).

Seralahthan avatar Oct 17 '17 13:10 Seralahthan

If needed I can add an implementation of an algorithm that solve a sudoku. Let me know if needed!

abderra7 avatar Oct 18 '17 12:10 abderra7

@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 avatar Oct 18 '17 19:10 xaca

@xaca Thanks i have added the description for the isomorphic strings code.

Seralahthan avatar Oct 19 '17 09:10 Seralahthan