Insertion sort in data structure | insertion sort algorithm in data structure | insertion sort example | insertion sort javascript Insertion Sort is one of the simplest sorting techniques which you might have used in your daily lives while arranging a deck of cards. Since we insert one element at a time in its correct […]

Read More →

Selection Sort Algorithm | K’th Largest Element in Array | Find kth smallest element in the array | Selection sort in data structure | Selection Sort Algorithm in data structure | Selection sort program | What is selection sort? Selection sort is also known as IN-Place Sorting Algorithm. Rearranging the elements in a meaningful order […]

Read More →

React Redux Unit Testing πŸ’‘ To Test Redux, First, we have to mock the store. And to mock store, we will use a package named ‘redux-mock-store’. You can find the package on this link:https://www.npmjs.com/package/redux-mock-store πŸ’‘ Let’s configure mock store – πŸ’‘ If you have thunk middleware then We have to pass middleware into our store […]

Read More →

Top Scrum Master and Agile Question & Answers βœ” What is the User story INVEST Model in Agile? A good user story should be: Independent (of all others)Negotiable (not a specific contract for features)Valuable (or vertical)Estimable (to a good approximation)Small (so as to fit within an iteration)Testable (in principle, even if there isn’t a test […]

Read More →