roushann.hashnode.devFloyd'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 ...Sep 27, 2023·4 min read
roushann.hashnode.devConnect 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....Jul 9, 2023·3 min read