{"id":25328429,"url":"https://github.com/pedro-estevao/data-structures","last_synced_at":"2025-04-08T02:49:41.583Z","repository":{"id":276890396,"uuid":"930613164","full_name":"Pedro-Estevao/data-structures","owner":"Pedro-Estevao","description":"Implementations in C++ of algorithms and data structures developed in the Data Structures course at Centro Universitário Barão de Mauá. Includes lists, stacks, queues, trees, graphs, hash tables, and sorting and searching algorithms.","archived":false,"fork":false,"pushed_at":"2025-02-18T00:37:31.000Z","size":410,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T02:49:36.946Z","etag":null,"topics":["academic-project","algorithms","algorithms-and-data-structures","baraodemaua","c","computer-science","cplusplus","cpp","data-structures","graphs","hash-table","lists","programming","queues","searching-algorithms","stacks","tree","trees"],"latest_commit_sha":null,"homepage":"https://www.pedroestevao.com","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/Pedro-Estevao.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":"2025-02-10T23:15:01.000Z","updated_at":"2025-02-18T00:41:31.000Z","dependencies_parsed_at":"2025-02-12T00:23:25.898Z","dependency_job_id":null,"html_url":"https://github.com/Pedro-Estevao/data-structures","commit_stats":null,"previous_names":["pedro-estevao/estrutura-de-dados","pedro-estevao/data-structures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pedro-Estevao%2Fdata-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pedro-Estevao%2Fdata-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pedro-Estevao%2Fdata-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pedro-Estevao%2Fdata-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pedro-Estevao","download_url":"https://codeload.github.com/Pedro-Estevao/data-structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767254,"owners_count":20992541,"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":["academic-project","algorithms","algorithms-and-data-structures","baraodemaua","c","computer-science","cplusplus","cpp","data-structures","graphs","hash-table","lists","programming","queues","searching-algorithms","stacks","tree","trees"],"created_at":"2025-02-14T02:33:14.061Z","updated_at":"2025-04-08T02:49:41.576Z","avatar_url":"https://github.com/Pedro-Estevao.png","language":"C++","readme":"# Data Structures - Centro Universitário Barão de Mauá\n\n\u003cp style=\"text-align: center;\"\u003e\n    \u003ca href=\"https://www.baraodemaua.br\"\u003e\n        \u003cimg src=\"https://res.cloudinary.com/dge3g9rcw/image/upload/v1739232898/github/mto1tierlcwn8pq4fh8r.webp\" alt=\"Logo Centro Universitário Barão de Mauá\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains the projects developed during the **Data Structures** course, taken in the **4th semester** of the **Computer Science** program at **Centro Universitário Barão de Mauá**, under the guidance of professor **Felipe Carvalho Pellison**.\n\nAll codes were implemented in **C++**, exploring fundamental concepts for building efficient algorithms and managing data in different structures.\n\n## 🧠 What is Data Structures?\nThe **Data Structures** course is essential for understanding how to organize, store, and manipulate data efficiently. It covers topics such as:\n\n- **Linear and Linked Lists**\n- **Stacks and Queues**\n- **Trees and Graphs**\n- **Hash Tables**\n- **Sorting and Searching Algorithms**\n\nStudying these structures is fundamental for developing optimized software, with applications in databases, artificial intelligence, networking, and more.\n\n## 🚀 How to Run the Codes\n\n### ✅ Requirements\n- C++ Compiler (g++, MinGW, etc.)\n- Visual Studio, Visual Studio Code, or any compatible IDE\n\n### ⚡ Using Visual Studio Code\n1. **Install [Visual Studio Code](https://code.visualstudio.com/)**.\n2. Add the **C/C++** extension from Microsoft.\n3. (Optional) Install **Code Runner** for quick execution.\n4. **Install the compiler:**\n   - **Windows:** [MinGW](https://www.mingw-w64.org/)\n   - **Linux:** `sudo apt install build-essential`\n   - **Mac:** `brew install gcc`\n5. Open the terminal (`Ctrl + ~`), compile and run:\n   ```bash\n   g++ file.cpp -o program.exe\n   ./program.exe\n   ```\n6. With Code Runner:\n   - Right-click the file and select **\"Run Code\"**.\n\n### 💻 Using Visual Studio\n1. Create a new C++ project.\n2. Add the `.cpp` files to the project.\n3. Compile and run by pressing `Ctrl + F5`.\n\n---\n\n**Developed for academic purposes** 🎓\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedro-estevao%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedro-estevao%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedro-estevao%2Fdata-structures/lists"}