Terminology Layer A set of read-only files to provision the system. Image A read-only layer that is the base of
Anaconda Cheat Sheet
Conda basics Using environments conda create –name py35 python=3.5 Create a new environment named py35, install Python 3.5 conda activate
Random header in C++
#include <random> This header adds random number generation facilities and can produce random numbers using generators and distributions. Generators: Objects
Maximum Subarray Sum
Given a single dimensional array, find the maximum value, a contiguous subarray can have. Kadane’s Algorithm for finding the maximum
Hack the money
You are a bank account hacker.Initially you have 1 rupee in your account, and you want exactly N rupees in your account.You
Simran and stairs
Simran is running up a staircase with N steps, and can hop(jump) either 1 step, 2 steps or 3 steps