René's URL Explorer Experiment


Title: feat: add A* search algorithm by InukaWijerathna · Pull Request #1909 · TheAlgorithms/JavaScript · GitHub

Open Graph Title: feat: add A* search algorithm by InukaWijerathna · Pull Request #1909 · TheAlgorithms/JavaScript

X Title: feat: add A* search algorithm by InukaWijerathna · Pull Request #1909 · TheAlgorithms/JavaScript

Description: The Graphs folder already has several shortest-path algorithms (Dijkstra, Bellman-Ford, Floyd-Warshall) but no heuristic-guided search. This adds the A* search algorithm, which generally explores fewer nodes than Dijkstra's by using a heuristic to steer toward the target. Implementation notes: Reuses the existing KeyPriorityQueue (Data-Structures/Heap/KeyPriorityQueue.js) for the open set instead of introducing a new heap. Takes a general weighted adjacency-list graph ({ node: [[neighbor, weight], ...] }) and a heuristic(node) function, consistent with how other graph algorithms here take adjacency-list/edge-list input. Passing a heuristic that always returns 0 makes it behave exactly like Dijkstra's algorithm, which is covered by a test. Returns { path, cost } for the shortest path, or null if the target is unreachable. Test plan Graphs/test/AStar.test.js covers: a weighted graph with an admissible heuristic, the zero-heuristic/Dijkstra-equivalent case, start === target, and an unreachable target. Ran the full suite locally (npm test): 347 test files, 11,975 tests passing. npm run check-style passes.

Open Graph Description: The Graphs folder already has several shortest-path algorithms (Dijkstra, Bellman-Ford, Floyd-Warshall) but no heuristic-guided search. This adds the A* search algorithm, which generally explores f...

X Description: The Graphs folder already has several shortest-path algorithms (Dijkstra, Bellman-Ford, Floyd-Warshall) but no heuristic-guided search. This adds the A* search algorithm, which generally explores f...

Opengraph URL: https://github.com/TheAlgorithms/JavaScript/pull/1909

X: @github

direct link

Domain: Github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:eae4fa1c-78de-c14a-c205-712f7b4ec83e
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB04E:9BC0B:9EDBF4:E1F128:6A63162F
html-safe-nonce795172c232a743cd8f0f3e317f62cf95a29b49538656723e81e8fa31d882475e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMDRFOjlCQzBCOjlFREJGNDpFMUYxMjg6NkE2MzE2MkYiLCJ2aXNpdG9yX2lkIjoiNTAwMzE2MjEwNTg3NTIwNzcyNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacba2404810a97095110bf825e22da122baa62ae85bf30733ed226ce292c6a162b
hovercard-subject-tagpull_request:3946420502
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/TheAlgorithms/JavaScript/pull/1909/files
twitter:imagehttps://avatars.githubusercontent.com/u/180553425?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/180553425?s=400&v=4
og:image:altThe Graphs folder already has several shortest-path algorithms (Dijkstra, Bellman-Ford, Floyd-Warshall) but no heuristic-guided search. This adds the A* search algorithm, which generally explores f...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None1a6c056e02f174fffc096c521ec0ff6fb83e40a2ec8cb8875466ec1524872dd6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/TheAlgorithms/JavaScript git https://github.com/TheAlgorithms/JavaScript.git
octolytics-dimension-user_id20487725
octolytics-dimension-user_loginTheAlgorithms
octolytics-dimension-repository_id97086543
octolytics-dimension-repository_nwoTheAlgorithms/JavaScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id97086543
octolytics-dimension-repository_network_root_nwoTheAlgorithms/JavaScript
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6a93e25585f487ddff9e3996c06d5b869d6e1828
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files#start-of-content
https://Github.com/
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2FTheAlgorithms%2FJavaScript%2Fpull%2F1909%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2FTheAlgorithms%2FJavaScript%2Fpull%2F1909%2Ffiles
Sign up https://Github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=TheAlgorithms%2FJavaScript
Reloadhttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
Reloadhttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
Reloadhttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
Please reload this pagehttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
TheAlgorithms https://Github.com/TheAlgorithms
JavaScripthttps://Github.com/TheAlgorithms/JavaScript
Please reload this pagehttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
Notifications https://Github.com/login?return_to=%2FTheAlgorithms%2FJavaScript
Fork 5.9k https://Github.com/login?return_to=%2FTheAlgorithms%2FJavaScript
Star 34.2k https://Github.com/login?return_to=%2FTheAlgorithms%2FJavaScript
Code https://Github.com/TheAlgorithms/JavaScript
Issues 21 https://Github.com/TheAlgorithms/JavaScript/issues
Pull requests 188 https://Github.com/TheAlgorithms/JavaScript/pulls
Actions https://Github.com/TheAlgorithms/JavaScript/actions
Projects https://Github.com/TheAlgorithms/JavaScript/projects
Wiki https://Github.com/TheAlgorithms/JavaScript/wiki
Security and quality 0 https://Github.com/TheAlgorithms/JavaScript/security
Insights https://Github.com/TheAlgorithms/JavaScript/pulse
Code https://Github.com/TheAlgorithms/JavaScript
Issues https://Github.com/TheAlgorithms/JavaScript/issues
Pull requests https://Github.com/TheAlgorithms/JavaScript/pulls
Actions https://Github.com/TheAlgorithms/JavaScript/actions
Projects https://Github.com/TheAlgorithms/JavaScript/projects
Wiki https://Github.com/TheAlgorithms/JavaScript/wiki
Security and quality https://Github.com/TheAlgorithms/JavaScript/security
Insights https://Github.com/TheAlgorithms/JavaScript/pulse
Sign up for GitHub https://Github.com/signup?return_to=%2FTheAlgorithms%2FJavaScript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://Github.com/login?return_to=%2FTheAlgorithms%2FJavaScript%2Fissues%2Fnew%2Fchoose
InukaWijerathnahttps://Github.com/InukaWijerathna
TheAlgorithms:masterhttps://Github.com/TheAlgorithms/JavaScript/tree/master
InukaWijerathna:feat/astar-searchhttps://Github.com/InukaWijerathna/JavaScript/tree/feat/astar-search
Conversation 1 https://Github.com/TheAlgorithms/JavaScript/pull/1909
Commits 1 https://Github.com/TheAlgorithms/JavaScript/pull/1909/commits
Checks 3 https://Github.com/TheAlgorithms/JavaScript/pull/1909/checks
Files changed https://Github.com/TheAlgorithms/JavaScript/pull/1909/files
Please reload this pagehttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
feat: add A* search algorithm https://Github.com/TheAlgorithms/JavaScript/pull/1909/files#top
Show all changes 1 commit https://Github.com/TheAlgorithms/JavaScript/pull/1909/files
645f14d feat: add A* search algorithm InukaWijerathna Jun 27, 2026 https://Github.com/TheAlgorithms/JavaScript/pull/1909/commits/645f14d6e6c5014f3d5cdab731246a4427359fdc
Clear filters https://Github.com/TheAlgorithms/JavaScript/pull/1909/files
Please reload this pagehttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
Please reload this pagehttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
AStar.js https://Github.com/TheAlgorithms/JavaScript/pull/1909/files#diff-c2f91eb235abd63961c1b5a305a24ee443e327a64a1bc4651190f5596be32a79
AStar.test.js https://Github.com/TheAlgorithms/JavaScript/pull/1909/files#diff-2718e91d864777275676cc5a183a206d9b3ee336e57ad724759c66f82e370437
https://Github.com/TheAlgorithms/JavaScript/blob/master/.github/CODEOWNERS#L1
Graphs/AStar.jshttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files#diff-c2f91eb235abd63961c1b5a305a24ee443e327a64a1bc4651190f5596be32a79
View file https://Github.com/TheAlgorithms/JavaScript/blob/645f14d6e6c5014f3d5cdab731246a4427359fdc/Graphs/AStar.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://Github.com/TheAlgorithms/JavaScript/pull/1909/{{ revealButtonHref }}
https://Github.com/TheAlgorithms/JavaScript/blob/master/.github/CODEOWNERS#L1
Graphs/test/AStar.test.jshttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files#diff-2718e91d864777275676cc5a183a206d9b3ee336e57ad724759c66f82e370437
View file https://Github.com/TheAlgorithms/JavaScript/blob/645f14d6e6c5014f3d5cdab731246a4427359fdc/Graphs/test/AStar.test.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://Github.com/TheAlgorithms/JavaScript/pull/1909/{{ revealButtonHref }}
Please reload this pagehttps://Github.com/TheAlgorithms/JavaScript/pull/1909/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.