-
Turn off your virtual machine
-
Go to
Settings > SCSI Controller > Hard Drive
. In the Media section, edit the Virtual Hard Disk and expand to desired space -
Start the virtual machine and connect to it
-
Install the GParted by running the command
sudo apt install gparted
This file contains 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 Unicode characters.
Learn more about bidirectional Unicode characters
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, |