RKRoushan Kumarinroushann.hashnode.dev·Sep 27, 2023 · 4 min readFloyd's Tortoise and Hare (Cycle Detection) algorithmThis algorithm is commonly used to detect cycles in a linked list but can also be adapted to find duplicates in an array. Floyd's Cycle Detection Algorithm, also known as the "tortoise and hare" algorithm, is a popular method for detecting cycles in ...00
RKRoushan Kumarinroushann.hashnode.dev·Jul 9, 2023 · 3 min readConnect Metamask to HTML pageMetaMask is a software cryptocurrency wallet used to interact with the Ethereum blockchain. It allows users to access their Ethereum wallet through a browser extension or mobile app, which can then be used to interact with decentralized applications....00