SteveJG
September 21, 2024, 7:28pm
1
This example app shows one way to count the number of occurrences (frequency) of each item in a List. It does this while keeping the original List ( myList ) intact.
countNumbOccurenceOfEachItemInList.aia (4.2 KB)
It uses two code Block algorithms by @gordonlu310 described and shared in his post here:
I'm sorry, I hate to break it to you, but almost every single block in this extension can be replicated with built-in blocks. Here is my approach in some of the blocks, there are still more that I haven't tried but can be replicated. Still, nice effort. (gave a like)
[blocks]
Regards,
Steve
1 Like
Really cool idea, can be useful in very big amount of applications.
1 Like