Problema algoritmo

Why don't you use appinventor online?

1 Like

bho nel pc avevo scaricato questo. proverò quello online

il progetto e il tuo file.aia ne più ne meno

The offline version is not supported by our team.

ok adesso provo quello online

Ho provato a caricare il tuo file.aia sulla versione online , scaricato su android 13 ed è sempre lo stesso.

It even works for me on BlueStack, so I don't know what the problem is in your case.

Come èPossibile? ho copiato e incollato il tuo file aia, non è che quell apk che hai tuo è diverso da quel file aia?

Ok, I see the problem is in the APK, but with companion it works fine. I think it's a problem with the asynchronous extension.

quello che non mi spego è che con numeri piccoli funziona percìo se l algoritmo è corretto perchè con i numeri più grandi non va?

Instead of recursion I will try using loops, maybe it will reduce memory usage.

Non so come ringraziarti per il lavoro e la dedizione che ci stai mettendo per aiutarmi. complimenti Patryk

I modified the procedure by adding another condition that checks if the square of the divisor is smaller than the number being factored. This will limit unnecessary operations.

test_async.aia (22.5 KB)

adesso provo

mi escono risultati sbagliati

The algorithm needs to be improved

I've tested it for a few numbers and it seems to work fine. Do some more testing.

test_async.aia (22.5 KB)

I checked without the extension and the procedure works fine without it. It is fast enough to be executed in the main thread.

2 Likes

ottimo adesso funziona grazie mille

10 posts were merged into an existing topic: Come poter limitare il numero di caratteri in ingresso nella casella di testo?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.