How to: Send Email using Kotlin Sending email in Kotlin is not as complicated as you think. Just a small piece of code and you can send the email to your recipient from the application. Let me show you the example of how to send an email using Kotlin. In this example, I will be using the Yahoo SMTP server. You may switch to another SMTP server that you wish to use but ...
Codility Task: OddOccurrencesInArray Problem Definition: Find value that occurs in odd(unpaired) number of elements. Solution: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals ...
Codility Task: CyclicRotation Problem Definition: Rotate an array to the right by a given number of steps. Solution: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden ...
Codility Task: BinaryGap Problem Definition: Find the longest sequence of zeros in binary representation of an integer. Solution: This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that ...
Some of you might wonder what is codility test? A lot of people talking around you, but do you really know what is it about? Basically, codility test is an automated test of programming skills. For instance, when you are applying a job which is related to coding or programming, you will be invited to take this test in order to demonstrate your programming ability. In this test, ...