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: github.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:e16c3222-d4a5-87c4-79cd-34945eaf2b7d |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | ABD4:1E4FEF:CB62EC:10626D9:696B012B |
| html-safe-nonce | d65bcba4855d4ad6337323395f000e080be269be5a62188922eeb682ced33598 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQkQ0OjFFNEZFRjpDQjYyRUM6MTA2MjZEOTo2OTZCMDEyQiIsInZpc2l0b3JfaWQiOiIyNzQ3MTAzMDkzMzY1MzQyNTA3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | f94c00ae8dc3821a8cc28dc0a68c86f6e37f446eb74350478f3dbe602aa71557 |
| 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 | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| 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 | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width