DEFISE wrote:yzfwsf wrote:Hi DEFISE:
Braid actually uses one or more RLCs to form a complete path. My approach is to number the RLCs in order during BFS, and I realize that the complete path's RLC is a sequence with gradually increasing numbers, so there is no need to exclude duplicate work. My implementation 1 was completely coded according to this idea, but I found that there were very few puzzles that had deviations. Therefore, I corrected the control over the numbering and achieved success, which is implementation 2.
What is a RLC please ?
He means right-linking candidate.