Nhut Nguyen
Nhut Nguyen

Nhut Nguyen

Follow
homeTech ResumeStoreAboutLeetSolvenewsletter
Tag

learn coding

#learn-coding

More content

Read more stories on Hashnode


Articles with this tag

C++ Solution to Coding Challenge 59. Spiral Matrix II

Oct 6, 20222 min read 17 views

An example of C++ switch statement · Problem statement Given a positive integer n, generate an n x n matrix filled with elements from 1 to n^2 in spiral...

C++ Solution to Coding Challenge  59. Spiral Matrix II

How to solve Leetcode 3. Longest Substring Without Repeating Characters

Sep 22, 20223 min read 18 views

An example of using unordered_map in C++ · Problem statement Given a string s, find the length of the longest substring without repeating...

How to solve Leetcode 3. Longest Substring Without Repeating Characters

How to solve Leetcode 804. Unique Morse Code Words

Sep 9, 20222 min read 11 views

Morse Code decoding is not unique · Problem statement International Morse Code defines a standard encoding where each letter is mapped to a series of...

How to solve Leetcode 804. Unique Morse Code Words

A Solution to Leetcode 1249. Minimum Remove to Make Valid Parentheses

Mar 15, 20223 min read 13 views

Problem statement Given a string s of '(' , ')' and lowercase English characters. Your task is to remove the minimum number of parentheses ( '(' or...

A Solution to Leetcode 1249. Minimum Remove to Make Valid Parentheses