{"id":31702453,"url":"https://github.com/ryukinix/data-structures","last_synced_at":"2025-11-20T23:05:05.890Z","repository":{"id":72149049,"uuid":"101707005","full_name":"ryukinix/data-structures","owner":"ryukinix","description":"Data Structures at UFC 2017.2 / ITA 2025.2","archived":false,"fork":false,"pushed_at":"2025-11-17T07:41:28.000Z","size":5261,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T08:25:39.229Z","etag":null,"topics":["arrays","c","data-structures","filo","hacktoberfest","lifo","list","matrix","pt-br","sorting-algorithms","tree"],"latest_commit_sha":null,"homepage":"https://lerax.me/data-structures","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/ryukinix.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":"2017-08-29T01:58:06.000Z","updated_at":"2025-11-05T04:46:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5c27e75-8314-42f8-afe3-51c04deddd66","html_url":"https://github.com/ryukinix/data-structures","commit_stats":null,"previous_names":["ryukinix/data-structures"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ryukinix/data-structures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Fdata-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Fdata-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Fdata-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Fdata-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryukinix","download_url":"https://codeload.github.com/ryukinix/data-structures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Fdata-structures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285526205,"owners_count":27186656,"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","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arrays","c","data-structures","filo","hacktoberfest","lifo","list","matrix","pt-br","sorting-algorithms","tree"],"created_at":"2025-10-08T21:51:51.081Z","updated_at":"2025-11-20T23:05:05.856Z","avatar_url":"https://github.com/ryukinix.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+STARTUP: showall align\n#+AUTHOR: Manoel Vilela\n#+DATE: 2017.2\n#+TITLE: Estrutura de Dados\n\n#+BEGIN_HTML html\n  \u003ca href=\"https://github.com/nikku/works-on-my-machine\"\u003e\n     \u003cimg alt=\"ci-done\" src=\"https://cdn.rawgit.com/nikku/works-on-my-machine/v0.2.0/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ryukinix/data-structures/actions/workflows/ci.yml\"\u003e\n     \u003cimg alt=\"GitHub Actions\" src=\"https://github.com/ryukinix/data-structures/actions/workflows/ci.yml/badge.svg\" /\u003e\n  \u003c/a\u003e\n#+END_HTML\n\n* Descrição\n\nEste repositório é onde se encontra as principais notas sobre\nalguns conceitos e exercícios propostos em sala de aula da disciplina\nEstrutura de Dados, ministrada pelo professor Jarbas Joaci de Sá na UFC - Sobral, 2017.2\n\n* Mapa do Repositório\n\n1. [[file:docs/0-funcoes-ponteiros-vetores-matrizes.org][Funcões, Ponteiros, Vetores e Matrizes]]\n2. [[file:docs/1-tipos-estruturados.org][Tipos Estrutrados]]\n3. [[file:docs/2-tipos-abstratos-de-dados.org][Tipos Abstratos de Dados]]\n4. [[file:docs/3-complexidade.org][Complexidade]]\n5. [[file:docs/4-listas-encadeadas.org][Listas Encadeadas]]\n6. [[file:docs/5-pilha-e-fila.org][Pilha e Fila]]\n7. [[file:docs/6-arvores.org][Árvores]]\n8. [[file:docs/7-arvore-binaria-de-busca.org][Árvore Binária de Busca (BST)]]\n9. [[file:docs/8-arvore-avl.org][Árvore AVL]]\n10. [[file:docs/9-arvore-rb.org][Árvore RB]]\n11. [[file:docs/10-relatorio-ordenacao.org][Comparativo entre Algoritmos de Ordenação]]\n\n* Versões em PDF\n\nAs notas são eventualmente compiladas em PDF, você pode baixá-las\natravés do último [[https://github.com/ryukinix/data-structures/releases][release]].\n\n* Autor\nManoel Vilela\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryukinix%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryukinix%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryukinix%2Fdata-structures/lists"}