Nhut Nguyen
Nhut Nguyen

Nhut Nguyen

Follow
Series

Coding Challenges

In this series, I share how to solve and implement a coding challenge in C++. The problems are picked from LeetCode.com. You can also find my public code at https://github.com/ntnhut/LeetSolve.

Articles in this series

How to solve Leetcode 1396. Design Underground System

May 2, 20225 min read 104 views

A simple C++ class · Problem statement An underground railway system is keeping track of customer travel times between different stations. They are using...

How to solve Leetcode 1396. Design Underground System
How to solve Leetcode 706. Design HashMap
How to solve Leetcode 923. 3Sum With Multiplicity
A Solution to Leetcode 344. Reverse String
Solutions to Leetcode 35. Search Insert Position
A Solution to Leetcod 74. Search a 2D Matrix