- 000
Description
The DIRECTORY.md workflow isn't committing/pushing any needed changes due to the master branch being protected.
Currently, there's no way to make GitHub Actions have access to a protected branch.
Our current options are:
Disable branch protection (not recommended).
Commit as someone wit...
- 000
Add: Kosaraju's Algorithm to find strongly connected components in a directed graph.
- 000
I just stumbled upon this gem while executing the tests locally and then wondering what's going on.
See https://github.com/TheAlgorithms/JavaScript/actions/runs/3255189818/jobs/5344248296#step:5:161
@raklaptudirm what do you think? Should we
disable the test so it's skipped and doesn't clog up our...
Issue
Validate Url Issues
- 000
Two issues found with the Validate Url algorithm:
A string is considered to be valid URL if it starts with www. even though it does not have https
validateUrl('www.google.com') // returns true
validateUrl('google.com') // returns false
A valid URL returns false if starts with www like:
valida...
- 000
The dependencies are somewhat outdated and have seen quite a bit of wild growth :)
This causes npm install to fail on M1 Macs running Node 16 (at the moment)
- 000
file is at Recursive/test/palindrome.test.js
- 000
This is a famous Interview question and I would like to contribute the algorithm for this.