TheAlgorithms / Go

Algorithms and Data Structures implemented in Go for beginners, following best practices.
https://the-algorithms.com/language/go
MIT License
16.17k stars 2.61k forks source link

Implement Design patterns #290

Closed mohamed-abdelrhman closed 3 years ago

mohamed-abdelrhman commented 3 years ago

Description Hello, I think this package very good resource and I thought implementing design patterns here would be a good addition to the repo.

For new implementation:

What do you think and is there anyone I should add to the review?

raklaptudirm commented 3 years ago

@mohamed-abdelrhman refer to https://github.com/TheAlgorithms/Go/pull/321

siriak commented 3 years ago

@mohamed-abdelrhman thanks for suggesting, but design patterns aren't something we'd like to see in this repository because it's focused on algorithms and data structures specifically. Try looking for a repo focused on design patterns.