Change the repository type filter
All
Repositories list
4 repositories
strategy-pattern
PublicDefine a family of algorithms, put each of them in a separate class, and make their objects interchangeableiterator-pattern
PublicUse different types of iterators to iterate through different types of complex data structuresobserver-pattern
Publicvisitor-pattern
PublicAdd new operations to existing object without modifying the existing objects.