Title: [FEATURE]: Searching & Sorting Algorithms · Issue #1835 · TheAlgorithms/JavaScript · GitHub
Open Graph Title: [FEATURE]: Searching & Sorting Algorithms · Issue #1835 · TheAlgorithms/JavaScript
X Title: [FEATURE]: Searching & Sorting Algorithms · Issue #1835 · TheAlgorithms/JavaScript
Description: [New Feature] Searching and Sorting Algorithms Added reference implementations for searching (linear, binary) and sorting (bubble, quicksort, merge sort) algorithms. Useful for interview prep and algorithmic learning. #[Sample] JS Algori...
Open Graph Description: [New Feature] Searching and Sorting Algorithms Added reference implementations for searching (linear, binary) and sorting (bubble, quicksort, merge sort) algorithms. Useful for interview prep and a...
X Description: [New Feature] Searching and Sorting Algorithms Added reference implementations for searching (linear, binary) and sorting (bubble, quicksort, merge sort) algorithms. Useful for interview prep and a...
Opengraph URL: https://github.com/TheAlgorithms/JavaScript/issues/1835
X: @github
Domain: Github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[FEATURE]: Searching \u0026 Sorting Algorithms","articleBody":"# [New Feature] Searching and Sorting Algorithms\n- Added reference implementations for searching (linear, binary) and sorting (bubble, quicksort, merge sort) algorithms.\n- Useful for interview prep and algorithmic learning.\n\n#[Sample] JS Algorithm (Binary Search):\n\nfunction binarySearch(arr, target) {\n let left = 0, right = arr.length - 1;\n while (left \u003c= right) {\n const mid = Math.floor((left + right) / 2);\n if (arr[mid] === target) return mid;\n if (arr[mid] \u003c target) left = mid + 1;\n else right = mid - 1;\n }\n return -1;\n}","author":{"url":"https://github.com/nidh-cyber","@type":"Person","name":"nidh-cyber"},"datePublished":"2025-10-11T17:07:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/1835/JavaScript/issues/1835"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:c65dfdd8-045a-5bf5-8179-55f9e26ee072 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | AC0C:315C2A:65DDDD:8A02BC:6A6275CC |
| html-safe-nonce | 30e732f29c69197dccd8e0822002425ce62c388b32a8cd118678b5b9d75dcfcc |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQzBDOjMxNUMyQTo2NUREREQ6OEEwMkJDOjZBNjI3NUNDIiwidmlzaXRvcl9pZCI6IjkxNDk1MTA5NTM0NzQzNTY2ODQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | f6fc9c6af142288251492882f34625f2f1207efe058a5b85c248ec9ce175c662 |
| hovercard-subject-tag | issue:3506134255 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/TheAlgorithms/JavaScript/1835/issue_layout |
| twitter:image | https://opengraph.githubassets.com/1c54263010916e712e8982ddc081bbe02a4b432cc5b6de727b873286f7c8bf5f/TheAlgorithms/JavaScript/issues/1835 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/1c54263010916e712e8982ddc081bbe02a4b432cc5b6de727b873286f7c8bf5f/TheAlgorithms/JavaScript/issues/1835 |
| og:image:alt | [New Feature] Searching and Sorting Algorithms Added reference implementations for searching (linear, binary) and sorting (bubble, quicksort, merge sort) algorithms. Useful for interview prep and a... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | nidh-cyber |
| hostname | github.com |
| expected-hostname | github.com |
| None | 838e87bd0e4f5415707a930bc14e89e382dc2ea046e50ff575252eb2f2cb06a2 |
| turbo-cache-control | no-preview |
| go-import | github.com/TheAlgorithms/JavaScript git https://github.com/TheAlgorithms/JavaScript.git |
| octolytics-dimension-user_id | 20487725 |
| octolytics-dimension-user_login | TheAlgorithms |
| octolytics-dimension-repository_id | 97086543 |
| octolytics-dimension-repository_nwo | TheAlgorithms/JavaScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 97086543 |
| octolytics-dimension-repository_network_root_nwo | TheAlgorithms/JavaScript |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f0081192f88523d2bf4cfdf22bb3e138affc4cd1 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width