Tutorial

Thug Life Program in C++

Learn how the “Thug Life” program works and how you can make i...
Read

N-Queen using Backtracking

In this video, implementation of N-Queen Problem Backtracking ...
Read

Binary Search Upper Lower Bound

Binary Search Algorithm - Binary Search is simple yet efficien...
Read

Counting Sort

C++ for beginners Counting Sort Algorithm
Read

TShirts - Codechef Long Challeng...

In this video, we are going to solve this problem.
Read

Quicksort - II : Randomized Quic...

This is the continuation of last video on quicksort. In this v...
Read

Quicksort - I : Working + Implem...

In this video, implementation of Quicksort algorithm is discus...
Read

N-Queen using Bitsets + Backtrac...

In this video, implementation of N-Queen Problem using Bitsets...
Read

Javascript Closures

Javascript is one of the many languages that support ‘closure’...
Read

Upper & Lower Bound | Amazon Int...

In this video, you will learn how to use binary search to find...
Read

Square Root Using Binary Search ...

In this video, you will learn how to use binary search to find...
Read

Search pivot in sorted rotated a...

In this video, you will learn how to use binary search to find...
Read

Wave Sort - Google, Amazon Inter...

Wave Sort - Sort an array in wave form in linear time. Importa...
Read

Search an element in sorted & ro...

Search in sorted & rotated array - interview problem.In th...
Read

String Tokenizer-I

This post is about STL String Tokenizer - strtok() function, w...
Read

Selection Sort

C++ for beginners Selection Sort - The O(n^2) sorting algorith...
Read

Binary Search

C++ for beginners Bubble Sort - The O(n^2) sorting algorithm e...
Read

Binary Search

Binary Search Algorithm - Binary Search is simple yet efficien...
Read

Linear Search

Linear Search is simple algorithm used for searching a particu...
Read