https://github.com/gsantos99/data_structure
Data structure discipline
https://github.com/gsantos99/data_structure
Last synced: 22 days ago
JSON representation
Data structure discipline
- Host: GitHub
- URL: https://github.com/gsantos99/data_structure
- Owner: Gsantos99
- Created: 2024-08-29T21:34:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T23:48:24.000Z (10 months ago)
- Last Synced: 2025-01-16T15:27:16.116Z (6 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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