{"id":21894660,"url":"https://github.com/yamtaldev/linear-datastructures","last_synced_at":"2025-06-25T14:33:33.041Z","repository":{"id":193037459,"uuid":"687887694","full_name":"YamtalDev/Linear-DataStructures","owner":"YamtalDev","description":"This repository houses C Linear data structures implementations. Each Implementation is organized in the include test and src folder.","archived":false,"fork":false,"pushed_at":"2023-10-05T10:12:10.000Z","size":36,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T04:23:47.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-06T08:03:06.000Z","updated_at":"2024-12-15T12:35:25.000Z","dependencies_parsed_at":"2023-09-06T13:39:23.788Z","dependency_job_id":"31ea01fa-adc9-41c3-b6dc-45e81e6cd05a","html_url":"https://github.com/YamtalDev/Linear-DataStructures","commit_stats":null,"previous_names":["yamtaldev/linear-datastructures"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YamtalDev/Linear-DataStructures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FLinear-DataStructures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FLinear-DataStructures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FLinear-DataStructures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FLinear-DataStructures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YamtalDev","download_url":"https://codeload.github.com/YamtalDev/Linear-DataStructures/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YamtalDev%2FLinear-DataStructures/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261892071,"owners_count":23225851,"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:20.398Z","updated_at":"2025-06-25T14:33:33.018Z","avatar_url":"https://github.com/YamtalDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linear-DataStructures\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/Linear-DataStructures.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├── Linear-DataStructures/\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%2Flinear-datastructures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamtaldev%2Flinear-datastructures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamtaldev%2Flinear-datastructures/lists"}