JenilGajjar20 / Competitive-Programming_problems

This repository contains a collection of problems from platforms like CodeChef, LeetCode, HackerRank, etc, which are solved by our contributors.
17 stars 58 forks source link

Added the Python Solution of Q342 from LeetCode #126

Closed Minato-namikaze99 closed 11 months ago

Minato-namikaze99 commented 11 months ago

Added the Python solution to problem 0342. Power of Four from Leetcode.

It had a runtime of 36ms and a total memory usage of 16.2 MB in Leetcode.