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

This commit is contained in:
2026-06-30 14:34:54 +03:00
parent 9ab33ca6a8
commit babdcf160b
5 changed files with 126 additions and 82 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "graph-reflexivity",
"version": "1.0.0",
"description": "A simple graph implementation with reflexivity support",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "jest"
},
"dependencies": {
"graphlib": "^2.1.8",
"lodash": "^4.17.21"
},
"devDependencies": {
"jest": "^29.7.0"
}
}