🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
In thie challenge, you are tasked with checking to see if a number is an Armstrong number in Go!
Difficulty: Beginner
In this challenge, you are tasked with finding the smallest possible difference between 2 int slices.
Difficulty: Intermediate
In this challenge, you are tasked with implementing a function that returns whether or not a year is a leap year.
Difficulty: Intermediate
In this challenge, we are going to be implementing a function that will return either "odd" or "even" depending on the number of factors of a number.
Difficulty: Beginner
In this Challenge, you are tasked with finding the difference between squares in Go!
Difficulty: Beginner
In this Challenge, you are tasked with implementing a function that will correctly return the 'nth' triangular number in Go!
Difficulty: Beginner
In this challenge, you will be tasked with implementing a function that returns the largest possible pandigital prime number.
Difficulty: Intermediate