Skip to content

Rorchive/C03

Repository files navigation

C03 - Algoritmos e Estruturas de Dados II

Static Badge GitHub Issues GitHub Pull Requests GitHub contributors

OverviewRepository OrganizationUsage & OperationAcknowledgmentsLicense

Overview

This repository contains a collection of optimized C++ solutions and projects for the Algorithms and Data Structures II (C03) course at Inatel. The codebase focuses on advanced data structures, complex sorting and searching algorithms, recursive problem-solving, and hash tables. It serves as a study guide and reference for advanced algorithmic concepts.

Repository Organization

Usage & Operation

The C++ solutions in this repository can be compiled and executed using the GNU Compiler Collection (g++). Clone the repository, navigate to the specific exercise folder, and compile the source file as shown below:

git clone https://github.com/Rorchive/C03.git
cd "01 - Pesquisa em Vetores/PESQ-Matricula/"
g++ PESQ-Matricula.cpp -o PESQ-Matricula && ./PESQ-Matricula

Acknowledgments

  • Special thanks to professor Carlos Alberto Ynoguti for the guidance and course materials.

License

This software project is licensed under the MIT License. Please note that included third-party dependencies, libraries, or APIs may be subject to their own respective licenses. All materials are provided "as is" without warranty of any kind, and the authors assume no liability for any direct or indirect damages, claims, or issues arising from their compilation, use, or implementation.


Rorchive Logo
📜 This project is part of Rorchive, my personal archive of activities and courses developed during my studies at Inatel.

Built with ❤️ by Rodrigo de Carvalho Andrade

About

Inatel: Algoritmos e Estrutura de Dados II (C03)

Topics

Resources

License

Stars

Watchers

Forks

Contributors