This post gives an overview about the two new variants of the Apple Watch
Rat in a maze
This post explains the solution of the rat in a maze problem. A rat which is trapped inside a maze can escape only by moving forward or down.
Selection Sort
This post explain the selection sort algorithm. It is simple yet fundamental for beginners.
Binary Search
This post talks about binary search.A simple yet important algorithm for beginners.
Linear Search
This post explains the linear search algorithm with the code for javascript
This is a basic search algorithm which is useful for short arrays or lists.