This thread is for posting solutions to “Just KNIME It!” Challenge 28. This week we will do a little bit of logic building and produce a left triangle star pattern!
Here is the challenge: Just KNIME It!
Feel free to link your solution from KNIME Hub as well!
And as always, if you have an idea for a challenge we’d love to hear it! Tell us all about it here .
Hello KNIMErs, Here is my solution for Challenge 28
5 Likes
Here’s my solution to Challenge 28
The star is coming from the workflow variables, that’s why I only used Variable to Table Row Node as my source
3 Likes
Hello KNIMErs,
Here is my solution to #justknimeit-28 :
KNIME Hub > gonhaddock > Spaces > Just_KNIME_It > Just KNIME It _ Challenge 028
My initial approach was based on Recursive Loop as well (Rule Engine supported); as it’s been already covered, I’ve changed to Column Loop.
BR
3 Likes
Added a Column Aggregator at the end !!
BR
4 Likes
Hello again,
Upgraded version of my Challenge 28 workflow with a non Looped solution.
BR
4 Likes
AnilKS
August 4, 2022, 4:40pm
8
My Submission for Challenge -28
No Loops just Basic Nodes… and Bit Regex
4 Likes
Hello everyone,
Here is my solution (actually two) for Challenge 28: justknimeit-28 - Challenge 28: Left Triangle Star Pattern – KNIME Hub
I hope this helps.
3 Likes
Wow, these solutions are really smart!
2 Likes
jocago
August 5, 2022, 10:10pm
12
This is my first entry into the challenge. Keeping it simple.
That third node is:
padLeft("" ,$$ROWINDEX$$ ,"*")
5 Likes
This looks fun
My simple solution: JustKnimeIt-28 – KNIME Hub
3 Likes
As always on Tuesdays, here’s our solution to #justknimeit challenge 28!
As you can see, we used a counting loop to build our pattern iteratively. However, other loops or even no loops solve the challenge, too!
Hope to see you tomorrow for a new challenge!
2 Likes
Hello Knimers,
here is my take on the challenge.
I used variables, so you can change the character and the number of rows of the figure.
Have a nice evening,
RB
3 Likes
system
Closed
November 12, 2022, 5:32pm
17
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.