Find Triplets with Given Sum in an Unsorted Array

Given an unsorted array, find triplets with the given sum

Read
Python

Creating Stacked Waterfall Chart in Python using Matplotlib

How to create stacked waterfall chart in Python using Matplotlib?

Read

Binary Tree Level Order Traversal

Given the root of a binary tree, return the level order traversal of its nodes' values.

Read

Time and Space Complexities of Popular Sorting Algorithms

Time and space complexities of popular sorting algorithms at one place.

Read
notes

Downloading a File Using cURL

Downloading a File using cURL

Read

Word Ladder - Length of Shortest Transformation to Reach a Target Word

Find the length of the shortest transformation to reach a target word.

Read

Open the Lock

Minimum number of turns required to open a lock.

Read

Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts

Find maximum area of a piece of cake after making horizontal and vertical cuts.

Read