Title: Incorrect Answer · Issue #74 · codebasics/data-structures-algorithms-python · GitHub
Open Graph Title: Incorrect Answer · Issue #74 · codebasics/data-structures-algorithms-python
X Title: Incorrect Answer · Issue #74 · codebasics/data-structures-algorithms-python
Description: 7_SelectionSort/selection_sort_exercise_solution.py The code in this file gives incorrect order of anwer conflicting with the correct order in the corresponding .md file. The code gives this: {'First Name': 'Aahana', 'Last Name': 'Arora'...
Open Graph Description: 7_SelectionSort/selection_sort_exercise_solution.py The code in this file gives incorrect order of anwer conflicting with the correct order in the corresponding .md file. The code gives this: {'Fir...
X Description: 7_SelectionSort/selection_sort_exercise_solution.py The code in this file gives incorrect order of anwer conflicting with the correct order in the corresponding .md file. The code gives this: {'...
Opengraph URL: https://github.com/codebasics/data-structures-algorithms-python/issues/74
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Incorrect Answer","articleBody":"7_SelectionSort/selection_sort_exercise_solution.py\r\n\r\nThe code in this file gives incorrect order of anwer conflicting with the correct order in the corresponding .md file. \r\n\r\nThe code gives this:\r\n\r\n{'First Name': 'Aahana', 'Last Name': 'Arora'}\r\n{'First Name': 'Armaan', 'Last Name': 'Dadra'}\r\n{'First Name': 'Armaan', 'Last Name': 'Kumar'}\r\n{'First Name': 'Ingrid', 'Last Name': 'Galore'}\r\n{'First Name': 'Ingrid', 'Last Name': 'Maverick'}\r\n{'First Name': 'Jade', 'Last Name': 'Canary'}\r\n{'First Name': 'Jaya', 'Last Name': 'Seth'}\r\n{'First Name': 'Jaya', 'Last Name': 'Sharma'}\r\n{'First Name': 'Karan', 'Last Name': 'Kumar'}\r\n{'First Name': 'Kiran', 'Last Name': 'Kamla'}\r\n\r\n**_{'First Name': 'Raj', 'Last Name': 'Sharma'}\r\n{'First Name': 'Raj', 'Last Name': 'Nayyar'}_**\r\n\r\n{'First Name': 'Raj', 'Last Name': 'Thakur'}\r\n{'First Name': 'Suraj', 'Last Name': 'Sharma'}\r\n\r\nBut, it's supposed to be:\r\n\r\n[\r\n {'First Name': 'Aahana', 'Last Name': 'Arora'}\r\n {'First Name': 'Armaan', 'Last Name': 'Dadra'}\r\n {'First Name': 'Armaan', 'Last Name': 'Kumar'}\r\n {'First Name': 'Ingrid', 'Last Name': 'Galore'}\r\n {'First Name': 'Ingrid', 'Last Name': 'Maverick'}\r\n {'First Name': 'Jade', 'Last Name': 'Canary'}\r\n {'First Name': 'Jaya', 'Last Name': 'Seth'}\r\n {'First Name': 'Jaya', 'Last Name': 'Sharma'}\r\n {'First Name': 'Karan', 'Last Name': 'Kumar'}\r\n {'First Name': 'Kiran', 'Last Name': 'Kamla'}\r\n\r\n **_{'First Name': 'Raj', 'Last Name': 'Nayyar'}\r\n {'First Name': 'Raj', 'Last Name': 'Sharma'}_**\r\n\r\n {'First Name': 'Raj', 'Last Name': 'Thakur'}\r\n {'First Name': 'Suraj', 'Last Name': 'Sharma'}\r\n]","author":{"url":"https://github.com/niranjank2022","@type":"Person","name":"niranjank2022"},"datePublished":"2023-04-30T08:58:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/74/data-structures-algorithms-python/issues/74"}
| 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:2296d8b7-3c2e-aebf-6230-884b0d9c8159 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B780:1F4A08:8EA4A:C33BB:696F26DD |
| html-safe-nonce | f32da2b1b80c811ffa0f0da068817351b704ddd9d2a8407bd8dda5c9d5ec229b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNzgwOjFGNEEwODo4RUE0QTpDMzNCQjo2OTZGMjZERCIsInZpc2l0b3JfaWQiOiIxMzAwMjExNDI2OTAyNjE1NzczIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 933ec38fd3ec2b2a62ab85efaba1fe6cd74b7892054da7f6b01e27bd3bb2153b |
| hovercard-subject-tag | issue:1689838532 |
| 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/codebasics/data-structures-algorithms-python/74/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5084af028fba4fb7299dc462ca2915ec8931fa17ad2c360199877592d021ccfc/codebasics/data-structures-algorithms-python/issues/74 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5084af028fba4fb7299dc462ca2915ec8931fa17ad2c360199877592d021ccfc/codebasics/data-structures-algorithms-python/issues/74 |
| og:image:alt | 7_SelectionSort/selection_sort_exercise_solution.py The code in this file gives incorrect order of anwer conflicting with the correct order in the corresponding .md file. The code gives this: {'Fir... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | niranjank2022 |
| hostname | github.com |
| expected-hostname | github.com |
| None | b278ad162d35332b6de714dfb005de04386c4d92df6475522bef910f491a35ee |
| turbo-cache-control | no-preview |
| go-import | github.com/codebasics/data-structures-algorithms-python git https://github.com/codebasics/data-structures-algorithms-python.git |
| octolytics-dimension-user_id | 16063416 |
| octolytics-dimension-user_login | codebasics |
| octolytics-dimension-repository_id | 299539326 |
| octolytics-dimension-repository_nwo | codebasics/data-structures-algorithms-python |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 299539326 |
| octolytics-dimension-repository_network_root_nwo | codebasics/data-structures-algorithms-python |
| 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 | 39aed5006635ab6f45e6b77d23e73b08a00272a3 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width