Skip to content
Failed

Changes

Summary

  1. Protocol.c: Optimize checkNode (commit: 08721f2) (details)
  2. README.md: Some small details (commit: 91f70f5) (details)
Commit 08721f221890c5878dd1bbf949ef68e10a75dcfb by 16738302+Haxk20
Protocol.c: Optimize checkNode

Previously we had to go trough entire array to check
if node was already visited.
Replacing the array with 3D array and checking using that
saves incredible amount of time.
(commit: 08721f2)
The file was modified Source/Protocol.c (diff)
Commit 91f70f5a98ff61f4a42b6eaa1c2033d5de315542 by noreply
README.md: Some small details
(commit: 91f70f5)
The file was modified README.md (diff)