Skip to content

Commit 03addf1

Browse files
authored
Update entries.js
1 parent 96e9e0c commit 03addf1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

entries.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,4 +609,11 @@ const entries = [
609609
author: "Rupesh Soni",
610610
github: "rsoni124"
611611
},
612+
{
613+
title: "Prim's Maze",
614+
filename: "PrimsMaze.html",
615+
description: "A maze randomly generated using Prim's Algorithm.",
616+
author: "Inparsian",
617+
github: "inparsian"
618+
}
612619
];

0 commit comments

Comments
 (0)