https://github.com/carlosalegreur/datastructures-algorithms-designpatterns
Implemented data structures, algorithms and design patterns in C++ to reinforce previous knowledge and improve understanding.
https://github.com/carlosalegreur/datastructures-algorithms-designpatterns
Last synced: 4 months ago
JSON representation
Implemented data structures, algorithms and design patterns in C++ to reinforce previous knowledge and improve understanding.
- Host: GitHub
- URL: https://github.com/carlosalegreur/datastructures-algorithms-designpatterns
- Owner: CarlosAlegreUr
- License: mit
- Created: 2022-10-09T12:39:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T11:54:10.000Z (about 2 years ago)
- Last Synced: 2024-12-31T09:19:08.575Z (5 months ago)
- Language: C++
- Homepage:
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures, Algorithms, and Design Patterns
This repository focuses on reinforcing knowledge and improving understanding of data structures, algorithms, and design patterns. It serves as a personal learning space to practice and experiment with various software engineering concepts, ultimately enhancing software engineering skills.
## ⚠️ Warning
Please note that some implementations in this repository may not be perfect. The primary goal of this project is to create a personal space for practice and exploration of software engineering concepts, rather than providing flawless examples of how different concepts work and are implemented.
This repo should be considered as a collection of experiments and practice exercises I created to help me improve some skills and knowledge required to be a software engineer.
## Feel free though 😁
Remember, this is a work in progress and a learning tool, so feel free to explore, experiment, and improve upon the implementations found here.