Month: March 2024

Project – Building a search machine – Behavioral Patterns-1

Let’s start with a simple, classic example to demonstrate how the Template Method pattern works.Context: Depending on the collection, we want to use a different search algorithm. We want to use a binary search for sorted collections, but we want to use a linear search for unsorted collections.Let’s start with the consumer, a REST endpoint […]



          Copyright © 2015-2024 | About | Terms of Service | Privacy Policy