linked-list-group-reversal-502
Version:
linked list with group reversal
18 lines (17 loc) • 340 B
JSON
{
"name": "linked-list-group-reversal-502",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "abdulazeez",
"license": "ISC",
"description": "linked list with group reversal",
"keywords": [
"linked",
"list",
"reversal",
"DSA"
]
}