https://github.com/lrmn7/all-algos
Collection Algorithms
https://github.com/lrmn7/all-algos
Last synced: 2 months ago
JSON representation
Collection Algorithms
- Host: GitHub
- URL: https://github.com/lrmn7/all-algos
- Owner: lrmn7
- Created: 2023-05-19T06:03:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T06:04:18.000Z (about 3 years ago)
- Last Synced: 2024-05-01T22:37:47.601Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
How to run:
Install node
1) go to the terminal of vscode.
2) type : node filename
example:
node anagram.js
Thanks.