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

This commit is contained in:
2026-07-01 15:59:36 +03:00
parent 2b6ecd84d0
commit 1c6bbc04af
5 changed files with 347 additions and 86 deletions
+3 -4
View File
@@ -1,16 +1,15 @@
{
"name": "graph-reflection-rewriting",
"version": "1.0.0",
"description": "Graph data structure with reflection and rewriting nodes",
"description": "Graph implementation with reflection and rewriting nodes",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "jest --coverage"
"test": "jest"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
"jest": "^29.6.1"
}
}