Common Mistakes about Python
- Python doesn't have pass by reference 
- #131 search the non-contiguous subarray, use BackTracking algorithm, ; If ask to search the contiguous aubarray, use BruteForce algorithm,  
Last updated
Was this helpful?
Python doesn't have pass by reference
#131 search the non-contiguous subarray, use BackTracking algorithm, ; If ask to search the contiguous aubarray, use BruteForce algorithm, 
Last updated
Was this helpful?