Skip to content

Commit ad08a7e

Browse files
committed
Adding links to the puzzles on CodinGame.
1 parent 3244070 commit ad08a7e

File tree

95 files changed

+96
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+96
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion

src/Community/Training/Easy/AChildsPlay/AChildsPlay.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "A child's play" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/a-childs-play
1112
*/
1213
class AChildsPlay implements Puzzle
1314
{

src/Community/Training/Easy/AMountainOfAMoleHill/AMountainOfAMoleHill.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "A mountain of a mole hill" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/a-mountain-of-a-mole-hill
1112
*/
1213
class AMountainOfAMoleHill implements Puzzle
1314
{

src/Community/Training/Easy/AddEmUp/AddEmUp.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "Add'em up" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/addem-up
1112
*/
1213
class AddEmUp implements Puzzle
1314
{

src/Community/Training/Easy/Asteroids/Asteroids.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "Asteroids" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/asteroids
1112
*/
1213
class Asteroids implements Puzzle
1314
{

src/Community/Training/Easy/BankRobbers/BankRobbers.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "Bank robbers" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/bank-robbers
1112
*/
1213
class BankRobbers implements Puzzle
1314
{

src/Community/Training/Easy/BenfordsLaw/BenfordsLaw.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "Benford's law" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/benfords-law
1112
*/
1213
class BenfordsLaw implements Puzzle
1314
{

src/Community/Training/Easy/BinaryImage/BinaryImage.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "Binary image" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/binary-image
1112
*/
1213
class BinaryImage implements Puzzle
1314
{

src/Community/Training/Easy/BlowingFuse/BlowingFuse.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "Blowing fuse" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/blowing-fuse
1112
*/
1213
class BlowingFuse implements Puzzle
1314
{

src/Community/Training/Easy/BracketsExtremeEdition/BracketsExtremeEdition.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use CyrilVerloop\Codingame\Puzzle;
88

99
/**
1010
* The "Brackets, extreme edition" puzzle.
11+
* @link https://www.codingame.com/ide/puzzle/brackets-extreme-edition
1112
*/
1213
class BracketsExtremeEdition implements Puzzle
1314
{

0 commit comments

Comments
 (0)