In this challenge, you are going to be implementing a function that checks to see if a set is a sub-set.
In thie challenge, you are tasked with checking to see if a number is an Armstrong number in Go!
In this challenge, you are tasked with finding the smallest possible difference between 2 int slices.
In this challenge, you are tasked with implementing a function that returns whether or not a year is a leap year.
In this challenge, you are tasked with implementing a function that takes in a string and then duplicates the characters …

In this challenge, we are going to be implementing a function that will return either "odd" or "even" depending on the …
In this challenge, you are tasked with decoding this secret message and returning the unencoded string in Go!
In this challenge, you will be tasked with finding how many rotations an ordered slice has undergone.

In this Challenge, you are tasked with finding the difference between squares in Go!

In this Challenge, you are tasked with implementing a function that will correctly return the 'nth' triangular number in …