Post Reply 
How much memory may a HPPL program use on a G2?
09-09-2023, 01:58 PM (This post was last modified: 09-09-2023 01:58 PM by komame.)
Post: #27
RE: How much memory may a HPPL program use on a G2?
If I understand correctly, your application contains one main list, and within it, there are sublists where each of them contains words of a specific length. So, the first sublist contains words of length 2 characters, the second sublist contains words of length 3 characters, and so on. Is that correct?
There are two ways to use the program.
1. The first is when someone provides a word as input, and based on its length, you search the appropriate list and return information that such a word exists (is spelled correctly).
2. The second way of using it is when the word has missing letters. In this case, you iterate through the list for words of a specific length and verify the match of each word with the given pattern. If it matches, you retrieve that word as a result, and then continue searching for others until the end of the list.
Is that how your program works?

Piotr Kowalewski
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? - komame - 09-09-2023 01:58 PM



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