Nhut Nguyen's drafts

Nhut Nguyen's drafts

Follow

C++ Solution to LeetCode 279. Perfect Squares

Nhut NguyenNhut Nguyen
Feb 27, 20226 min read

The math behind the coding challenge. · Problem statement Given an integer n, return the least number of perfect square numbers that sum to n. A perfect...

C++ Solution to LeetCode 279. Perfect Squares
How to solve Leetcode 509. Fibonacci Number
How to solve Leetcode 13. Roman to Integer
C++ Solution to Leetcode 560. Subarray Sum Equals K
How to solve Leetcode 565. Array Nesting
C++ Solution to Leetcode 133. Clone Graph