{"id":15322160,"url":"https://github.com/edmartt/canbesplitted","last_synced_at":"2025-03-17T09:13:56.339Z","repository":{"id":103353915,"uuid":"391194708","full_name":"Edmartt/canbesplitted","owner":"Edmartt","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-01T21:59:53.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T18:49:20.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Edmartt.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":"2021-07-30T21:51:49.000Z","updated_at":"2021-08-01T21:59:55.000Z","dependencies_parsed_at":"2023-07-07T21:15:25.685Z","dependency_job_id":null,"html_url":"https://github.com/Edmartt/canbesplitted","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"a6e6b3391f0d106aed73eff4d4ecf936c463ae8b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fcanbesplitted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fcanbesplitted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fcanbesplitted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fcanbesplitted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edmartt","download_url":"https://codeload.github.com/Edmartt/canbesplitted/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006398,"owners_count":20382443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-01T09:14:26.494Z","updated_at":"2025-03-17T09:13:56.318Z","avatar_url":"https://github.com/Edmartt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithm Test\n\n## **Enunciado:**\n\n* Escriba un programa para verificar si una **matriz(array)** se puede dividir en una posición tal que la suma del lado izquierdo de la división, sea igual a la suma del lado derecho.\n\n### **Ejemplo:**\n    **array=[1,3,3,8,4,3,2,3,3]**\n\n* Al realizar la suma de los valores del array *1,3,3,8* da como resultado 15 y a partir del número 4 hasta el final del array el valor también es 15, por lo tanto, la división del array debe ser realizada a partir del número 4, dejando así los valores anteriores a 4 en la mitad izquierda y el resto en la mitad derecha.\n\n### Ejecución del script:\n\n  #### En Windows:\n      1. Abrir CMD\n      2. git clone https://github.com/Edmartt/canbesplitted.git\n      3. cd canbesplitted\n      4. cd code/\n      5. editar el archivo script.py y descomentar las últimas líneas.\n      6. python script.py\n   \n  #### En Linux:\n      1. Abrir la terminal\n      2. git clone https://github.com/Edmartt/canbesplitted.git\n      3. cd canbesplitted\n      4. cd code/\n      5. editar el archivo script.py y descomentar las últimas líneas.\n      6. python3 script.py\n  \n  #### * NOTA\n   #### Si se desea ejecutar los tests unitarios:\n      python run.py\n  * Se pueden editar y buscar cualquier resultado deseado.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fcanbesplitted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmartt%2Fcanbesplitted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fcanbesplitted/lists"}