Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gsantos99/data_structure

Data structure discipline
https://github.com/gsantos99/data_structure

Last synced: 1 day ago
JSON representation

Data structure discipline

Awesome Lists containing this project

README

        

# Data Structures Repository - Senac University

## Course: Analysis and Systems Development (3rd Semester)

Welcome to the Data Structures repository for the course **Analysis and Systems Development** at Senac University. This repository contains implementations of various data structures covered in the third semester of the program.

### Current Structures

- **Linked List**: A basic implementation of a singly linked list, providing operations such as insertion, deletion, and display of elements.

### Future Implementations

In the future, this repository will be expanded to include additional data structures such as:

- **Stack**
- **Queue**
- **Binary Tree**
- **Graph**
- **Hash Table**
- **And more...**

### How to Use

1. Clone the repository:
```bash
git clone https://github.com/yourusername/datastructures-senac.git