Post Reply 
How much memory may a HPPL program use on a G2?
09-10-2023, 11:12 AM (This post was last modified: 09-10-2023 11:13 AM by Tyann.)
Post: #32
RE: How much memory may a HPPL program use on a G2?
Je suppose que le traducteur n'aide pas toujours à la bonne compréhension.

Pour la recherche je compare lettre par lettre, si la lettre est = ou si c'est un joker '?' je continue
et à la fin de boucle j' ajoute le mot à la liste de solutions, si la lettre est <> je passe au mot suivant directement.
J'ai trié les listes avec l'idée de tester si les premières lettres du mot sont connues, si elles sont > au dernier mot de chaque sous liste, je passe à la sous liste suivante et ne teste aucun mot (c'est en cours).
Pour être complet je dois préciser que j'enregistre les mots en minuscules avec les accents.
Donc quand je fais une recherche pour 'mots croisés' je convertit les mots en MAJUSCULES sans accents et cela consomme du temps également.

I suppose that the translator doesn't always help with understanding.

For the search I compare letter by letter, if the letter is = or if it's a wildcard '?' I continue
and at the end of the loop I add the word to the list of solutions, if the letter is <> I go directly to the next word.
I've sorted the lists with the idea of testing whether the first letters of the word are known. If they are > the last word in each sub-list, I move on to the next sub-list and don't test any words (this is in progress).
For the sake of completeness, I should point out that I record words in lower case with accents.
So when I do a search for 'crosswords' I convert the words to UPPERCASE without accents and that takes time too.

Sorry for my english
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How much memory may a HPPL program use on a G2? - Tyann - 09-10-2023 11:12 AM



User(s) browsing this thread: 6 Guest(s)