Month: February 2017
-
You have 10 red and 10 black marbles…
You have 10 red and 10 black marbles. In how many ways can you put the 20 marbles in a row so that no more than two marbles of the same colour lie next to each other? An example of a valid sequence would be: Can you reason your way out of this one or…
-
Create C#.NET Core Lambda function for Amazon Cloud AWS
Amazon now supports .NET Core in their AWS Cloud solutions. Together with the AWS Software Development Kit (AWS SDK) for .NET Core, it’s a breeze to create dedicated cloud micro-services. You can find the AWS SDK for .NET Core over here. To have a quick look at the SDK and what it can do this…