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

This commit is contained in:
2026-06-30 17:00:41 +03:00
parent 898f43bf73
commit 7832ec4f07
4 changed files with 193 additions and 120 deletions
+5 -9
View File
@@ -1,19 +1,15 @@
{
"name": "graph-reflexive",
"name": "graph-reflection",
"version": "1.0.0",
"description": "Graph implementation with reflexive property using adjacency list",
"description": "Graph implementation with reflection using adjacency list",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"graph",
"reflexive",
"adjacency-list"
],
"author": "Auto-generated",
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
"jest": "^29.6.1"
}
}