{"id":25515495,"url":"https://github.com/ilyass-bougati/structure","last_synced_at":"2026-02-04T13:07:49.539Z","repository":{"id":210290200,"uuid":"726120843","full_name":"Ilyass-Bougati/Structure","owner":"Ilyass-Bougati","description":"This project derives from the work done on the course of \"Structure de donnees dans C\" followed in FSTS","archived":false,"fork":false,"pushed_at":"2024-12-11T21:45:03.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T20:06:49.494Z","etag":null,"topics":["c","data-structures-and-algorithms"],"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/Ilyass-Bougati.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,"zenodo":null}},"created_at":"2023-12-01T15:21:27.000Z","updated_at":"2025-02-03T00:45:52.000Z","dependencies_parsed_at":"2024-09-10T00:51:55.275Z","dependency_job_id":"910dd312-e3b2-4d17-a77f-8b8aacf48b64","html_url":"https://github.com/Ilyass-Bougati/Structure","commit_stats":null,"previous_names":["ilyass-bougati/structure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ilyass-Bougati/Structure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilyass-Bougati%2FStructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilyass-Bougati%2FStructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilyass-Bougati%2FStructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilyass-Bougati%2FStructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ilyass-Bougati","download_url":"https://codeload.github.com/Ilyass-Bougati/Structure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ilyass-Bougati%2FStructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29085068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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":["c","data-structures-and-algorithms"],"created_at":"2025-02-19T13:30:09.818Z","updated_at":"2026-02-04T13:07:49.514Z","avatar_url":"https://github.com/Ilyass-Bougati.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Structure\nThis project derives from the work done on the course of \"Structure de donnees dans C\" followed in FSTS. The file structure follows the modular system where there's a header file (`.h`) which defines the functions and types/structs and a `.c` file where the implementations of the functions and types are.\n```bash\nStructure/\n├── README.md\n├── include\n│   ├── chaines.c\n│   ├── chaines.h\n│   ├── linked_list.c\n│   ├── linked_list.h\n│   ├── matrice.c\n│   ├── matrice.h\n│   ├── recherche.c\n│   ├── recherche.h\n│   ├── tableau.c\n│   ├── tableau.h\n│   ├── tri.c\n│   └── tri.h\n├── main.c\n└── makefile\n```\nThe project doesn't use any building systems because the original course didn't.\n\n# Running the project\nBefore compiling the project make sure to modify the `main.c` to your satisfaction.\n## Requirements\nTo be able to compile this project you'll need to have [gcc](https://code.visualstudio.com/docs/cpp/config-mingw) installed and added to PATH, you can use make to compile it or compile it from scratch\n\n\n## Compiling using gcc\nTo compile the project using gcc use the command\n```bash\ngit clone git@github.com:Ilyass-Bougati/Structure.git\ncd Structure\ngcc -o main.exe main.c include/*.c\n./main.exe\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyass-bougati%2Fstructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyass-bougati%2Fstructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyass-bougati%2Fstructure/lists"}