This post discusses a O(n) algorithm that construct a balanced binary search tree (BST) from a sorted list. For instance, consider that we are given a sorted list: [1,2,3,4,
In this post, we will see how to pass parameter to a method representing Predicate.
Let's say, we have a collection of SprintBacklogItems and we want to filter all the SprintBacklogItem
While I started developing software, I faced this situation over and over again where I had to iterate thorough the whole collection and perform some action on each of the element of the