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

This commit is contained in:
2026-07-01 16:14:52 +03:00
parent 1c6bbc04af
commit 5801947c0d
8 changed files with 376 additions and 279 deletions
+11 -9
View File
@@ -1,15 +1,17 @@
{
"name": "graph-reflection-rewriting",
"name": "graph-with-reflection-and-rewrite",
"version": "1.0.0",
"description": "Graph implementation with reflection and rewriting nodes",
"description": "A simple graph implementation that includes Reflection and Rewrite node types.",
"main": "src/index.js",
"scripts": {
"test": "jest"
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"jest": "^29.6.1"
}
"keywords": [
"graph",
"reflection",
"rewrite",
"nodejs"
],
"author": "Your Name",
"license": "MIT"
}