{"id":16200447,"url":"https://github.com/yvann-ba/push_swap","last_synced_at":"2025-04-07T17:53:12.150Z","repository":{"id":244555663,"uuid":"815589028","full_name":"yvann-ba/Push_Swap","owner":"yvann-ba","description":"Efficient stack sorting algorithm in C. Optimize the number of moves using limited operations","archived":false,"fork":false,"pushed_at":"2024-09-30T14:45:09.000Z","size":1591,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T19:52:54.518Z","etag":null,"topics":["42cursus","cprogramming","optimization","sortingalgorithms"],"latest_commit_sha":null,"homepage":"","language":"C","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/yvann-ba.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":"2024-06-15T14:58:19.000Z","updated_at":"2025-01-22T12:53:24.000Z","dependencies_parsed_at":"2024-06-15T16:23:59.853Z","dependency_job_id":"be26cbc0-9cec-4a9c-b111-c77e43f0865b","html_url":"https://github.com/yvann-ba/Push_Swap","commit_stats":null,"previous_names":["yvann-ba/push_swap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FPush_Swap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FPush_Swap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FPush_Swap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvann-ba%2FPush_Swap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yvann-ba","download_url":"https://codeload.github.com/yvann-ba/Push_Swap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704515,"owners_count":20982292,"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":["42cursus","cprogramming","optimization","sortingalgorithms"],"created_at":"2024-10-10T09:30:25.060Z","updated_at":"2025-04-07T17:53:12.127Z","avatar_url":"https://github.com/yvann-ba.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Push_Swap\n\n## 📜 Description\n\"Push_Swap\" is a challenging algorithmic project from 42 School. The goal is to sort a stack of integers using a limited set of operations, aiming to minimize the number of moves required. This project enhances your understanding of sorting algorithms, data structures, and algorithm optimization.\n\n#### ⭐ My 42 score for this project:\n![image](https://github.com/yvann-ba/Push_Swap/assets/97234242/b2368731-4b16-4293-b8cf-0582c818e6c8)\n\n#### 📄 Official 42 School Subject:\n[Push_Swap Subject](https://github.com/yvann-ba/Push_Swap/blob/main/en.subject.pdf)\n\n## 🌟 Features\n- Efficiently sort a stack of integers\n- Limited and defined operations\n- Optimization of moves\n- Comprehensive algorithm analysis\n\n## ⚙️ Installation\n\nTo clone and compile this project, follow these steps:\n\n```bash\ngit clone https://github.com/yvann-ba/Push_Swap.git\ncd Push_Swap\nmake\n```\n## 🚀 Usage\nTo sort a stack of integers, execute the following command:\n```\n./push_swap \"3 2 1\"\n```\nReplace \"3 2 1\" with any sequence of integers. The program will output the steps to sort the stack\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvann-ba%2Fpush_swap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvann-ba%2Fpush_swap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvann-ba%2Fpush_swap/lists"}