{"id":23317125,"url":"https://github.com/adnksharp/scilab-lib-bubble-method","last_synced_at":"2026-02-03T09:34:37.795Z","repository":{"id":43388340,"uuid":"511288921","full_name":"adnksharp/Scilab-lib-bubble-method","owner":"adnksharp","description":"Ordenar matrices en Scilab usando el método de burbuja ","archived":false,"fork":false,"pushed_at":"2023-06-29T16:43:17.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"base","last_synced_at":"2025-07-14T17:47:16.346Z","etag":null,"topics":["scilab-scripts"],"latest_commit_sha":null,"homepage":"","language":"Scilab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adnksharp.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-06T20:54:09.000Z","updated_at":"2023-06-29T16:39:52.000Z","dependencies_parsed_at":"2025-02-13T08:41:03.620Z","dependency_job_id":null,"html_url":"https://github.com/adnksharp/Scilab-lib-bubble-method","commit_stats":null,"previous_names":["adnksharp/scilab-s-m-bubble"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adnksharp/Scilab-lib-bubble-method","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-lib-bubble-method","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-lib-bubble-method/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-lib-bubble-method/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-lib-bubble-method/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adnksharp","download_url":"https://codeload.github.com/adnksharp/Scilab-lib-bubble-method/tar.gz/refs/heads/base","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnksharp%2FScilab-lib-bubble-method/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29039701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T09:33:44.148Z","status":"ssl_error","status_checked_at":"2026-02-03T09:33:43.343Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scilab-scripts"],"created_at":"2024-12-20T16:20:18.541Z","updated_at":"2026-02-03T09:34:37.772Z","avatar_url":"https://github.com/adnksharp.png","language":"Scilab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bubble sort\n\nUso del metodo de burbuja para ordenar matrices mediante 4 bucles anidados para ordenarla usando la condición: \n\n- Si el valor analizado $n_i$ es menor que $n_{i-1}$, los cambiamos de lugar.\n\n```Octave\nexec ('bubble.sci', -1)\n\n--\u003e my = [12,31,98,78,90;09,1,121,144,88;12,98,98,77,6]\n my  =\n\n   12.   31.   98.    78.    90.\n   9.    1.    121.   144.   88.\n   12.   98.   98.    77.    6.\n\n--\u003e bubbles(my)\n ans  =\n\n   1.    6.    9.    12.    12.\n   31.   77.   78.   88.    90.\n   98.   98.   98.   121.   144.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnksharp%2Fscilab-lib-bubble-method","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadnksharp%2Fscilab-lib-bubble-method","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnksharp%2Fscilab-lib-bubble-method/lists"}