Solutions to “Just KNIME It!” Challenge 28

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! :star: :star: :star:

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! :heart_eyes: Tell us all about it here.

Hello KNIMErs, Here is my solution for Challenge 28

5 Likes

Here’s my solution to Challenge 28

image_2022-08-03_224713788

The star is coming from the workflow variables, that’s why I only used Variable to Table Row Node as my source
image

3 Likes

Hello KNIMErs,

Here is my solution to #justknimeit-28 :

KNIME Hub > gonhaddock > Spaces > Just_KNIME_It > Just KNIME It _ Challenge 028

image

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 !!

image

BR

4 Likes

Hello again,
Upgraded version of my Challenge 28 workflow with a non Looped solution.
image
image

BR

4 Likes

Here is my solution.

image

5 Likes

My Submission for Challenge -28
No Loops just Basic Nodes… and Bit Regex

Startrack

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

My solution: Left triangle star pattern – KNIME Hub

3 Likes

Wow, these solutions are really smart!

2 Likes

This is my first entry into the challenge. Keeping it simple.

That third node is:

padLeft("" ,$$ROWINDEX$$ ,"*")

5 Likes

Here’s my solution

3 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! :jigsaw: :star:

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!:smiling_face_with_three_hearts:

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

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