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: patch-diff.githubusercontent.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:fe7664f0-be62-35f7-5a21-14d6b7dc2115 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8724:355E09:2BF2F67:39D8E2C:696DA574 |
| html-safe-nonce | f3b73b6e1eef570044f63ec693243ab49703e32fb595f9aa0d7f7c899a17e6dd |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NzI0OjM1NUUwOToyQkYyRjY3OjM5RDhFMkM6Njk2REE1NzQiLCJ2aXNpdG9yX2lkIjoiMzE3NDMwMjE1MjkwMTEwOTEwOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 18568f43eee2c7b74079d0fb41139b7be95c20656dd69aec9ff740dc35f6a93d |
| 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 | 4922b452d03cd8dbce479d866a11bc25b59ef6ee2da23aa9b0ddefa6bd4d0064 |
| 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 | 7e5ae23c70136152637ceee8d6faceb35596ec46 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width