technojam/Ultimate_Algorithms_Repository

[NEW Algorithm]

開放

#301 建立於 2020年10月12日

 (1 則留言) (0 個反應) (0 位負責人)C++ (165 個分叉)auto 404
hacktoberfest

倉庫指標

星標
 (87 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Floyd's cycle detection algorithm

Floyd's cycle-finding algorithm is a pointer algorithm that uses only two pointers, which move through the sequence at different speeds. It is also called the "tortoise and the hare algorithm", alluding to Aesop's fable of The Tortoise and the Hare.

貢獻者指南