Skip to content

Instantly share code, notes, and snippets.

@rafaelbm
rafaelbm / README.md
Created April 18, 2024 13:22 — forked from willianfalbo/README.md
Expanding disk inside Hyper-V using Linux Virtual Machine (Ubuntu)

Expanding disk inside Hyper-V using Linux Virtual Machine (Ubuntu)

  1. Turn off your virtual machine

  2. Go to Settings > SCSI Controller > Hard Drive. In the Media section, edit the Virtual Hard Disk and expand to desired space

  3. Start the virtual machine and connect to it

  4. Install the GParted by running the command sudo apt install gparted

using FluentAssertions;
using Xunit;
namespace Challenges
{
public class Challenges
{
/*
Eight houses represented as cells, are arranged in a straight line. Each day every cell competes with its adjacent cells (neighbors)...
Integer value of 1 represents an active cell and a value of 0 represents an inactive cell. If the neighbors on both the sides of a cell are either active or inactive,