# Given an array having both positive and negative integers. The task is to compute the length of the largest subarray with sum 0.
Note: Some of the code here is old and was written when I was learning C++. It might be possible that code is not safe or making wrong assumptions. Please use with caution. Pull requests are always ...