{"id":22525790,"url":"https://github.com/mr-ema/data-structures-c","last_synced_at":"2025-03-28T03:47:06.770Z","repository":{"id":160584384,"uuid":"589807819","full_name":"mr-ema/data-structures-c","owner":"mr-ema","description":"data structures and algorithms in C","archived":false,"fork":false,"pushed_at":"2023-08-26T00:35:09.000Z","size":232,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T05:16:33.401Z","etag":null,"topics":["algorithms","algorithms-c","c","c-algorithms","c-data-structures","data-structures","data-structures-c"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mr-ema.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-01-17T01:26:34.000Z","updated_at":"2023-12-22T18:41:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1525610-7f18-44b0-a90b-62c5c8f9c796","html_url":"https://github.com/mr-ema/data-structures-c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-ema%2Fdata-structures-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-ema%2Fdata-structures-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-ema%2Fdata-structures-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-ema%2Fdata-structures-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr-ema","download_url":"https://codeload.github.com/mr-ema/data-structures-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245966933,"owners_count":20701759,"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":["algorithms","algorithms-c","c","c-algorithms","c-data-structures","data-structures","data-structures-c"],"created_at":"2024-12-07T06:11:39.935Z","updated_at":"2025-03-28T03:47:06.754Z","avatar_url":"https://github.com/mr-ema.png","language":"C","readme":"# Algorithms And Data Structures In C\n[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)\n\nI'm learning data structures and algorithms so here you can find some\nbasic `C` implementation along with graphics of it. Also I will be\nleaving some resources in case you want to go deeper.\n\n\u003c/br\u003e\n\u003c/br\u003e\n\n\u003cp  align=\"center\"\u003e\n  \u003cimg\n    src=\"https://github.com/mr-ema/data-structures-c/blob/main/art/slogan.svg\"\n    alt=\"Slogan\"\n    title=\"Slogan\"\n    style=\"display: inline-block; margin: 0 auto; height: auto; width: 80%;\"\u003e\n\u003c/p\u003e\n\n\u003c/br\u003e\n\n## Resources\n- [_Visual Algo_ - Visualise Algorithms](https://visualgo.net/en)\n- [_Big-O_ - Time And Space Complexity Cheat Sheet](https://www.bigocheatsheet.com/)\n- [_Programiz_ - Simple C Online Compiler](https://www.programiz.com/c-programming/online-compiler)\n- [_Jenny's Lectures CS IT_ - Data Structures And Algorithms (Youtube Playlist)](https://www.youtube.com/playlist?list=PLdo5W4Nhv31bbKJzrsKfMpo_grxuLl8LU)\n- [_ThePrimeagen_ - The Last Algorithms Course You'll Need](https://frontendmasters.com/courses/algorithms/)\n- [_Two Star Programming_ - Linked List Hack](https://wordaligned.org/articles/two-star-programming)\n- [_OpenDSA_ - Heap Memory](https://opendsa-server.cs.vt.edu/ODSA/Books/CS2/html/HeapMem.html)\n\n\u003c/br\u003e\n\n## Linear Data Structures\n- [Array](./Structures/array#array---linear-data-structure)\n- [Linked List](./Structures/list#linked-list---linear-data-structure)\n- [Stack](./Structures/stack#stack---linear-data-structure)\n- [Queue](./Structures/queue#queue---linear-data-structure)\n\n\u003c/br\u003e\n\n## Nonlinear Data Structures\n- [Tree](./Structures/tree#tree---nonlinear-data-structure)\n- [Graph](./Structures/graph#graph---nonlinear-data-structure)\n- [HashMap](./Structures/map#hashmap---nonlinear-data-structure)\n\n\u003c/br\u003e\n\n## Conversion Algorithms\n- [Infix To Postfix](./Algorithms/conversion/infix_to_postfix.c)\n- [Infix To Prefix](./Algorithms/conversion/infix_to_prefix.c)\n\n\u003c/br\u003e\n\n## Sorting Algorithms\n- [Selection sort](./Algorithms/sorting/selection_sort.c)\n- [Bubble Sort](./Algorithms/sorting/bubble_sort.c)\n- [Insertion Sort](./Algorithms/sorting/insertion_sort.c)\n- [Quicksort](./Algorithms/sorting/quicksort.c)\n\n\u003c/br\u003e\n\n## Compression Algorithms\n- [RLE8](./Algorithms/compression/RLE.c)\n\n\u003c/br\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-ema%2Fdata-structures-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-ema%2Fdata-structures-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-ema%2Fdata-structures-c/lists"}