Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gsantos99/data_structure
- Owner: Gsantos99
- Created: 2024-08-29T21:34:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:38:51.000Z (3 months ago)
- Last Synced: 2024-08-29T23:47:55.584Z (3 months ago)
- Size: 1.95 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