#coding
Read more stories on Hashnode
Articles with this tag
A simple example of using C++ switch · Problem statement Given a positive integer n, generate an n x n matrix filled with elements from 1 to n^2 in...
An example of using a sliding window approach and an unordered map to track character positions · Problem statement Given a string s, find the length of...
A C++ solution to Leetcode 804. Unique Morse Code Words using mapping and std::unordered_set to keep track of unique representations. · Problem...
A step-by-step approach to effectively solve coding challenges, prepare for coding interviews, and land dev jobs. · In the programming world, coding...
An example of dynamic programming · Problem statement You're given an m x n grid represented as an integer array called grid. In this grid, there is a...
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...