{"id":18604400,"url":"https://github.com/samuellucas97/data-structures-in-cplusplus","last_synced_at":"2025-08-20T00:43:08.715Z","repository":{"id":70064646,"uuid":"124925947","full_name":"Samuellucas97/Data-Structures-in-Cplusplus","owner":"Samuellucas97","description":"My implementation of some Data Structures in C++.","archived":false,"fork":false,"pushed_at":"2019-09-21T06:47:58.000Z","size":687,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-16T19:09:26.741Z","etag":null,"topics":["dictionary","doxygen-documentation","hashtable","linkedlist","makefile","vector"],"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/Samuellucas97.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}},"created_at":"2018-03-12T17:27:19.000Z","updated_at":"2020-08-22T09:54:09.000Z","dependencies_parsed_at":"2023-02-21T22:00:34.041Z","dependency_job_id":null,"html_url":"https://github.com/Samuellucas97/Data-Structures-in-Cplusplus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samuellucas97/Data-Structures-in-Cplusplus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuellucas97%2FData-Structures-in-Cplusplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuellucas97%2FData-Structures-in-Cplusplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuellucas97%2FData-Structures-in-Cplusplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuellucas97%2FData-Structures-in-Cplusplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samuellucas97","download_url":"https://codeload.github.com/Samuellucas97/Data-Structures-in-Cplusplus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuellucas97%2FData-Structures-in-Cplusplus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271247412,"owners_count":24725907,"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-08-19T02:00:09.176Z","response_time":63,"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":["dictionary","doxygen-documentation","hashtable","linkedlist","makefile","vector"],"created_at":"2024-11-07T02:17:43.861Z","updated_at":"2025-08-20T00:43:08.681Z","avatar_url":"https://github.com/Samuellucas97.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures in C++\n\nThis repository contains the activities and exercises perfomed in the discipline of ***Data Structures I***\nof the semester 2017.2 and ***Data Structures II*** of the bachareled in Information Technology (**UFRN**).  \n\nIn addition, it contains the other projects made by this author, carefully documented. Therefore, the projects are organized in the following folders:\n\n- Dictionary\n- HashTable\n- LinkedList\n- Vector\n\n## What is Data Structure?\n\nIn computer science, an data structure is a particular way of storing and organizing data on a computer so that it can be used efficiently, facilitating its search and modification. Data structures and algorithms are fundamental themes of computer science, being used in the most diverse areas of knowledge and with the most different purposes of application. It is known that algorithms manipulate data. When these data are organized (_arranged_) in a coherent way, they characterize a form, a data structure. The organization and methods for manipulating this structure is that it gives it uniqueness (and strategic advantages, such as minimizing the space occupied in RAM), and (**potentially**) making the source code leaner and simpler. [Wikipedia]\n\n\n[Wikipedia]: https://en.wikipedia.org/wiki/Data_structure\n\n\n## Minimum requirements\n\nCompilador C++ 11 (**g++**), GNU debugger (**GDB**), Valgrind e Doxygen.\n\t\n\tObs.: Para usuários Linux, tanto o g++ quanto o gdb são ambos nativo, faltando apenas instalar o Doxygen  \n\te o Valgrind. Porém, caso deseje usar o gdb no Windows será necessário instalar o MinGW. \n\nDownload Doxygen (**UBUNTU**):\n\n```$ sudo apt-get install doxygen``` \n\nDownload Valgrind (**UBUNTU**):\n\n```sudo apt-get install valgrind```\n\n## Author\n\nSamuel Lucas de Moura Ferino ( _samuel1797@gmail.com_ )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuellucas97%2Fdata-structures-in-cplusplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuellucas97%2Fdata-structures-in-cplusplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuellucas97%2Fdata-structures-in-cplusplus/lists"}