You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there!
Great pickup - the algorithm that I based this off (or the Pseudocode rather) was using JavaScript I think, so I had to adapt it - and I think I might've had a couple incorrect naming conventions. That being said - the algorithm does work as intended, but the names might not be as straight forward unfortunately
Hello,
Thank you for your code.
I am new to this algorithm, but I think there are two bugs in your code.
WaveFunction.cs: In line 116 you should check down neighbours and also in line 150 you should check up neighbours.
Your checks for left & right are correct.
The text was updated successfully, but these errors were encountered: