The Gauss Sum: Introduction to sum of n arithmetic numbers using algorithm.
So, let's say you have to add an array of numbers from 1 to n. What I usually did before I started learning the algorithm and data structures was to loop over every element of the array and add it to the sum. But after learning about the Gauss Sum, I...
iammilan.hashnode.dev2 min read