#Insane Challenge #8

33 messages · Page 1 of 1 (latest)

ornate tendon
ornate tendon
#

This should work properly now

heady glen
#

What algorithm are you using?

#

Most of the more popular ones avoid loops

ornate tendon
#

Kruskal

heady glen
ornate tendon
#

oh geez there is a loop on the 3rd one

#

I think there is something wrong with my set merging

covert pond
#

last one also has a looop

#

in the top right

ornate tendon
#

or maybe remap gone wrong

#

idk

heady glen
#

The definition of kruskals is basically choose the edge with the lowest weight that doesn’t make a loop

ornate tendon
#

too many spawn triggers can cause that

#

yeah but all edges weight the same so I randomly pick the edge

ornate tendon
#

Well it works most of the time

#

so I think the idea is correct right?

heady glen
ornate tendon
#

yeah the set merging

heady glen
#

Gl

#

-unchall #1467553426559996025 d

young perchBOT
#
Not Complete

This challenge has not been completed today.

#

@ornate tendon

Removed Challenge

#1467553426559996025 (Challenge D) marked as needs work.

-# Points This Week: 0
-# Total Points: 0

ornate tendon
#

I check if the edge is picked or not

#

If picked loop to find one that isn't

covert pond
#

if youre using itemids to store each cells set, try displaying them as a sort of debug mode to see what went wrong

#

if its the set merging issue or a logic issue

ornate tendon
#

okay

#

yup, merging problem

#

dang it