{"id":23699478,"url":"https://github.com/vhyran/ziglings","last_synced_at":"2026-04-16T11:02:04.472Z","repository":{"id":269200066,"uuid":"906704242","full_name":"vhyran/ziglings","owner":"vhyran","description":"Data Structures and Algorithms in Zig","archived":false,"fork":false,"pushed_at":"2025-04-16T15:21:02.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T17:02:53.046Z","etag":null,"topics":["dsa","learn-to-code","learning","learning-by-doing","markdown","markdown-documentation","markdown-zig","practice","zig","zig-learn","ziglang","ziglings"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/vhyran.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-21T16:56:18.000Z","updated_at":"2025-04-16T15:21:02.000Z","dependencies_parsed_at":"2024-12-21T18:21:55.639Z","dependency_job_id":"ccacf6ea-18cf-46f7-97e3-f6afff37004a","html_url":"https://github.com/vhyran/ziglings","commit_stats":null,"previous_names":["vhyran/dsa","vhyran/ziglings"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vhyran/ziglings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyran%2Fziglings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyran%2Fziglings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyran%2Fziglings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyran%2Fziglings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vhyran","download_url":"https://codeload.github.com/vhyran/ziglings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhyran%2Fziglings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dsa","learn-to-code","learning","learning-by-doing","markdown","markdown-documentation","markdown-zig","practice","zig","zig-learn","ziglang","ziglings"],"created_at":"2024-12-30T08:11:23.223Z","updated_at":"2026-04-16T11:02:04.453Z","avatar_url":"https://github.com/vhyran.png","language":"Zig","readme":"# Data Structures and Algorithms in Zig\n\nWelcome to the **Data Structures and Algorithms (DSA)** repository implemented in the Zig programming language! This repository serves as a resource for anyone interested in learning about fundamental DSA concepts and their implementations in Zig.\n\n## Introduction\n\nThis repository contains implementations of common data structures and algorithms in Zig. The goal is to provide clean, efficient, and well-documented code that serves as both a learning resource and a utility for developers.\n\n## Why Zig?\n\nZig is a modern programming language designed for simplicity, performance, and reliability. Its features include:\n- Manual memory management with safety checks\n- No hidden control flow or memory allocations\n- Compile-time code execution\n- Interoperability with C\n\nThese features make Zig a great choice for implementing efficient and predictable data structures and algorithms.\n\n## Getting Started\n\n### Version\n- 0.13.0\n\n### Documentation\nYou can find the official Zig [documentation](https://ziglang.org/documentation/0.13.0). This documentation provides comprehensive information about the Zig programming language, including its syntax, features, and standard library.\n\n### Prerequisites\nInstall [Zig](https://ziglang.org/download/) on your system.\n\n### Compiling and Running Code\nTo compile and run an implementation:\n\n```bash\nzig build-exe \u003cfilename\u003e.zig\n./\u003cfilename\u003e\n```\n\n## Contributing\n\nContributions are welcome! If you’d like to add a new data structure, algorithm, or improve existing implementations, please follow these steps:\n\n1. Fork this repository.\n2. Create a new branch: `git checkout -b feature/\u003cyour-feature\u003e`.\n3. Commit your changes: `git commit -m 'Add new feature'`.\n4. Push to the branch: `git push origin feature/\u003cyour-feature\u003e`.\n5. Submit a pull request.\n\nEnsure your code follows the Zig coding standards and includes appropriate comments and test cases.\n\n## License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\nFeel free to explore, learn, and contribute!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhyran%2Fziglings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvhyran%2Fziglings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhyran%2Fziglings/lists"}