Open in app

Sign In

Write

Sign In

Vishal Bhushan
Vishal Bhushan

7 Followers

Home

About

Jan 24, 2021

Coin Change Problem: Dynamic Programming

Hacking the coding interviews at FAANG! — Problem Statement: Given a number array to represent different coin denominations and a total amount ‘T’, we need to find all the different ways to make a change for ‘T’ with the given coin denominations. …

Coin Change Problem

3 min read

Coin Change Problem: Dynamic Programming
Coin Change Problem: Dynamic Programming
Coin Change Problem

3 min read


Jan 16, 2021

String segmentation: Word Break Problem

Hacking the coding interviews at FAANG! — Here’s a question based on Strings that is commonly asked during the coding interviews at FAANG and other top tech companies. Problem Statement: We are given a dictionary of words and a large input string. …

Work Break

3 min read

String segmentation: Word Break Problem
String segmentation: Word Break Problem
Work Break

3 min read


Jan 10, 2021

Is a Tree a valid Binary Search Tree?

Hacking the coding interviews at FAANG! — A binary tree is a tree in which each node has between 0–2 children. They’re called the left and right children of the node. Problem Statement : Given a Binary Tree, figure out whether it’s a Binary Search Tree. In a binary search tree, each node’s key value is smaller…

Faang Interview

4 min read

Is a Tree a valid Binary Search Tree?
Is a Tree a valid Binary Search Tree?
Faang Interview

4 min read


Jan 6, 2021

Tree Breadth First Search: Pattern for Coding Interviews

Hacking the coding interviews at FAANG! — This pattern is based on the Breadth First Search (BFS) technique to traverse a tree or tree-like data structures. Any problem involving the traversal of a tree in a level-by-level order can be efficiently solved using this approach. …

Breadth First Search

4 min read

Tree Breadth First Search: Pattern for Coding Interviews
Tree Breadth First Search: Pattern for Coding Interviews
Breadth First Search

4 min read


Jan 2, 2021

Head and Tail Pointers : Pattern for Coding Interviews

Hack the coding interviews at FAANG! — Unlike arrays there’s no built-in linked list structure in programming languages. However, knowledge about linked lists can be very useful in coding interviews! Structure of a Singly Linked List

Faang Interview

4 min read

Head and Tail Pointers : Pattern for Coding Interviews
Head and Tail Pointers : Pattern for Coding Interviews
Faang Interview

4 min read


Dec 30, 2020

Two Pointers : Pattern for Coding Questions

Hack the coding interviews at FAANG! — In problems where we deal with sorted arrays (or LinkedLists) and need to find a set of elements that fulfill certain constraints, the Two Pointers approach becomes quite useful. The set of elements could be a pair, a triplet or even a subarray. Question at FAANG interviews: Pair with Target…

Two Pointers

3 min read

Two Pointers : Pattern for Coding Questions
Two Pointers : Pattern for Coding Questions
Two Pointers

3 min read


Dec 28, 2020

Ace the Problem Solving /Algorithms Interviews(using Data Structures)

Hacking the coding interviews at FAANG! — Landing a job at top tech companies is a dream for many developers around the globe. Tech Giants like Facebook, Amazon, Apple, Netflix, Google, Microsoft are the largest and most dominant companies in the information technology. …

Problem Solving

5 min read

Ace the Problem Solving /Algorithms Interviews(using Data Structures)
Ace the Problem Solving /Algorithms Interviews(using Data Structures)
Problem Solving

5 min read


Dec 27, 2020

Ace the Web Development Interview— Step 1

Prepare expeditiously for FAANG! —

Web Development

9 min read

Ace the Web Development Interview
Ace the Web Development Interview
Web Development

9 min read

Vishal Bhushan

Vishal Bhushan

7 Followers

Web Engineer

Following
  • Satvik Parashar

    Satvik Parashar

  • Deepak Aggarwal

    Deepak Aggarwal

  • Shubham Agrawal

    Shubham Agrawal

  • Vinayak Vishwanath Gosain

    Vinayak Vishwanath Gosain

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech