feat: solution for 'Повторный экзамен #2: Граф с рефлексией на код'

This commit is contained in:
2026-06-30 11:39:42 +03:00
parent b09469b196
commit 224adca90a
5 changed files with 327 additions and 56 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "graph-reflexive",
"version": "1.0.0",
"description": "Graph implementation with reflexive property using adjacency list",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"graph",
"reflexive",
"adjacency-list"
],
"author": "Auto-generated",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
}
}