Felix LeeUpdate Sitemap / File In NextJS Without Rebuilding Project (Dynamic Update)Recently I receive a request to update the sitemap of a website periodically so that the crawler can get the latest content. A sitemap…Sep 18, 2022Sep 18, 2022
Felix LeePower SetA power set is a set of all subsets of a set, including empty set and the set itself.Jul 3, 2022Jul 3, 2022
Felix LeeFind Odd Occurring Element Using XORThis is just one of the cool things you can do with XORJun 19, 2022Jun 19, 2022
Felix LeeCounting Set Bits using Brian Kernighan’s AlgorithmIn short, Brian Kernighan’s Algorithm is used to count the number of 1 (also known as set bits) in a binary number. The main concept here…Jun 5, 2022Jun 5, 2022