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: redirect.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:cff7c479-66dc-1f34-3fa9-2ddb4b09583c |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C182:33E3E9:454223:5B55BD:696B09D7 |
| html-safe-nonce | 1c89e7f3965b19b9f2ab58b436c70e445b9744bb77b2b985bf880dd75fe58e60 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTgyOjMzRTNFOTo0NTQyMjM6NUI1NUJEOjY5NkIwOUQ3IiwidmlzaXRvcl9pZCI6IjM1NTAzNjQyMjM3MDg3OTMzMDMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 495e75f37595048781989ddcffe94e362f9ac36c9077535f3ad0b14d212cd176 |
| 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/844d3f74fdfb6ba25793364725f6b9f20d3133fd5f88240d3329a59911ed71d3/TheAlgorithms/JavaScript/issues/1835 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/844d3f74fdfb6ba25793364725f6b9f20d3133fd5f88240d3329a59911ed71d3/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 | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| 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 | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width