pucminas-aeds2-assignments
Content developed throughout the Data Structures and Algorithms II course in the second semester of the Computer Science program at PUC Minas, including exercises, activities, and other implementations.
https://github.com/arturbomtempo-learning/pucminas-aeds2-assignments
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.4%) to scientific vocabulary
Keywords
Repository
Content developed throughout the Data Structures and Algorithms II course in the second semester of the Computer Science program at PUC Minas, including exercises, activities, and other implementations.
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.en.md
PUC Minas - Data Structures and Algorithms II (DSA2) - Activities and Implementations
This repository was developed with the aim of consolidating the concepts of Algorithms and Data Structures II (AEDS2) in a practical and applied way. It contains implementations of abstract data structures, sorting algorithms, search algorithms, and other essential topics from the course. Additionally, it includes the code for practical and theoretical activities, Beecrowd exercises for exam revision, and other materials to assist students' learning, offering practical examples that complement the theoretical content from the course at PUC Minas.
📋 Table of Contents
📝 Features
- [x] Implementations of abstract data structures
- [x] Search algorithms
- [x] Primary memory sorting algorithms
- [x] Sorting and searching algorithms
- [x] Flexible data structures
- [x] Binary Tree
- [x] Binary Tree Balancing
- [x] Hash Table
- [x] Laboratory exercises
- [x] Practical works
- [x] Theoretical works
- [x] Beecrowd revision exercises for the exam
📁 Setup and Run the Application
⚙️ Prerequisites
Before getting started, you need to have the following tools installed on your machine:
It is also recommended to use a code editor like Visual Studio Code.
🚀 How to Run the Application Locally
To run the Java application:
- Open the folder where the
Main.javafile is located:
bash
$ cd path/to/java/folder
- Compile the Java code:
bash
$ javac Main.java
- Run the Java application:
bash
$ java Main
To run the C application:
- Open the folder where the
Main.cfile is located:
bash
$ cd path/to/c/folder
- Compile the C code:
bash
$ gcc -o main Main.c
- Run the C application:
bash
$ ./main
💻 Technologies
The following tools and programming languages were used in the development of this project:
- Java: A widely-used programming language for desktop, web, and mobile applications, with support for object-oriented programming and robustness in enterprise systems.
- C: A programming language used for high-performance systems, providing direct control over hardware.
👨🏻💻 Autor
|
Artur Bomtempo |
| :--------------------------------------------------------------------------------------------------------------------------------------------------: |
Developed by Artur Bomtempo 👋🏻. Get in touch:
📜 Licença
Copyright (c) 2025 Artur Bomtempo Colen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Owner
- Name: Artur Bomtempo | Learning
- Login: arturbomtempo-learning
- Kind: organization
- Email: arturbcolen@gmail.com
- Location: Brazil
- Website: https://arturbomtempo.dev
- Repositories: 1
- Profile: https://github.com/arturbomtempo-learning
Sharing the journey. One lesson, one line of code at a time.
Citation (CITATION.cff)
cff-version: 1.0.0
message: Please cite this software using these metadata.
title: PUC Minas - DSA 2 - Activities and Implementations
authors:
- family-names: Bomtempo Colen
given-names: Artur
keywords:
- Algorithms
- Data Structures
- AEDS 2
- C
- Java
- Sorting Algorithms
- Search Algorithms
- Binary Trees
- Hash Tables
- Beecrowd
repository-code: https://github.com/arturbomtempo-dev/pucminas-aeds2-assignments
license: MIT
version: 1.0.0
date-released: 2025-03-11