#programming-blogs
Read more stories on Hashnode
Articles with this tag
An example of the greedy algorithm · Problem statement You are assigned to put some amount of boxes onto one truck. You are given a 2D array boxTypes,...
An example of the prefix sum technique · Problem statement Given an integer array nums, return an array answer such that answer[i] is equal to the...
Using the two-pointer technique to remove a node in a linked list. · Problem statement Given the head of a linked list, remove the n-th node from the end...
Median - The math behind the problem · Problem statement Given an integer array nums of size n, return the minimum number of moves required to make all...
Problem statement A string s is called good if there are no two different characters in s that have the same frequency. Given a string s, return the...
Problem statement There are several cards arranged in a row, and each card has an associated number of points. The points are given in the integer...