{"id":21894650,"url":"https://github.com/yamtaldev/data-structures","last_synced_at":"2025-09-18T16:39:08.172Z","repository":{"id":193037456,"uuid":"687815966","full_name":"YamtalDev/Data-structures","owner":"YamtalDev","description":"This repository houses C Linear data structures implementations. Each Implementation is organized in the include test and src folders.","archived":false,"fork":false,"pushed_at":"2023-09-06T09:54:17.000Z","size":90,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T05:44:04.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YamtalDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-06T04:13:57.000Z","updated_at":"2024-12-15T12:35:35.000Z","dependencies_parsed_at":"2023-09-06T13:39:21.674Z","dependency_job_id":null,"html_url":"https://github.com/YamtalDev/Data-structures","commit_stats":null,"previous_names":["yamtaldev/data-structures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FData-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FData-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FData-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FData-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YamtalDev","download_url":"https://codeload.github.com/YamtalDev/Data-structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244904276,"owners_count":20529401,"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-11-28T13:27:11.911Z","updated_at":"2025-09-18T16:39:03.123Z","avatar_url":"https://github.com/YamtalDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-structures\n\nThis repository houses C Linear data structures implementations. Each Implementation is organized in the include test and src folders.\n\n## Overview\n\nThis repository serves as a C data structures source implementations. Each data \nstructure implementation is accompanied by a set of files that \nmake it easy to build, run, debug, and clean the project.\n\n## Getting Started\n\n* If you'd like to use one of the data structures in this repository, follow these simple steps:\n\n```shell\n\n$ git clone https://github.com/YamtalDev/Data-structures.git\n$ cd \"/test/\"data_structure_name\"\n$ make \u0026\u0026 make run\n\n```\n\n## The structure of the folder is:\n\n```shell\n\n├── Data-structures/\n│   ├── bin/\n│   │   ├── executables/\n│   │   ├── objects/\n│   │   ├── shared_libs/\n│   │   └── static_libs/\n│   |\n|   ├── include/\n│   │   └── Header files\n|   |\n│   ├── src/\n│   │   └── src files\n|   |\n│   ├── test/\n│   │   ├── makefile\n│   │   └──test file\n\n```\n\n### Inside the implementation folder `/test/\"data_structure_name\"`, you'll find the following files:\n\n- data_structure_name_test.c: A test file for testing the implementation.\n- Makefile: A Makefile to automate compilation, running, debugging, and cleaning.\n\n### Inside the Include folder you'll find:\n\n- data_structure_name.h: The header file containing the necessary declarations.\n\n### Inside the src folder you'll find:\n\n- data_structure_name.c: The C source file with the implementation.\n\n## Usage\n\nTo compile, run, debug, or clean the project, you can use the provided Makefile \nwith the following commands:\n\n```shell\n# Simple compilation\n$ make\n# Running the project\n$ make run\n# Debugging the project\n$ make debug\n# Deleting all the obj, exe, shared/static libs files\n$ make clean \n# Checking valgrind on the project\n$ make vlg \n# Release compilation with optimization -O3\n$ make release\n\n```\nThese simple commands streamline the development process and make it easy to work \nwith each project in this repository.\n\n## Contact\n\nFor any questions about the project:\n\n### Name: Tal Aharon\n### Email: tal.aharon.work@gmail.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamtaldev%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Fdata-structures/lists"}