An open API service indexing awesome lists of open source software.

https://github.com/bren12/data-structures

Computer programs developed to address the problems generated from the blockade of the Suez Canal and how, using various data structures, we can manage the information to avoid or mitigate this type of problem.
https://github.com/bren12/data-structures

algorithms c-plus-plus data-structures

Last synced: 5 months ago
JSON representation

Computer programs developed to address the problems generated from the blockade of the Suez Canal and how, using various data structures, we can manage the information to avoid or mitigate this type of problem.

Awesome Lists containing this project

README

          

# Learning About Data Structures ⛴️

Source code developed for the projects of the TC1031 course.

**Course:** TC1031 (Fundamental Algorithms and Data Structures Programming)

Developed by: [Brenda Saucedo](https://github.com/Bren12)

**Language:** C++

**Semester:** AD21

## Project Description

Computer programs developed to address the problems generated from the blockade of the Suez Canal and how,
using various data structures, we can manage the information to avoid or mitigate this type of problem.

## Files Description

### 📁 1.3

Folder that contains the source code that was used and developed for the activity "Basic Concepts and Fundamental Algorithms".

### 📁 2.3

Folder that contains the source code that was used and developed for the activity "Linear Data Structure".

### 📁 3.4

Folder that contains the source code that was used and developed for the activity "Hierarchical Data Structure (Trees)".

### 📁 4.3

Folder that contains the source code that was used and developed for the activity "Network Data Structure (Graphs)".

### 📁 5.2

Folder that contains the source code that was used and developed for the activity "Set Data Structure (Hash Code)".