Open in app

Sign In

Write

Sign In

Nhut Nguyen
Nhut Nguyen

1.4K Followers

Home

About

Published in LeetSolve

·Mar 13

560. Subarray Sum Equals K

An example of the Prefix Sum method — Problem Statement Given an array of integers nums and an integer k, return the total number of continuous subarrays whose sum equals to k. Example 1 Input: nums = [1,1,1], k = 2 Output: 2 Example 2 Input: nums = [1,2,3], k = 3 Output: 2 Constraints 1 <= nums.length <= 2 * 10^4. -1000 <= nums[i]…

Cpp

3 min read

560. Subarray Sum Equals K
560. Subarray Sum Equals K
Cpp

3 min read


Mar 8

Creating A Personal Brand That Gets You Hired For A Tech Job

How To Build A Professional Online Presence — Today, having a professional online presence is as essential as a good resume to land your dream job. Just because you are not in the office all day doesn’t mean you don’t have to look professional. Here are some tips on how to build a professional online presence for tech…

Job Hunting

4 min read

Creating A Personal Brand That Gets You Hired For A Tech Job
Creating A Personal Brand That Gets You Hired For A Tech Job
Job Hunting

4 min read


Published in LeetSolve

·Mar 6

C++ Solution to Coding Challenge 1046. Last Stone Weight

An example of using std::priority_queue — Problem statement You are given an array of integers stones where stones[i] is the weight of the i-th stone. We are playing a game with the stones. On each turn, we choose the heaviest two stones and smash them together. Suppose the heaviest two stones have weights x and y with x…

Cpp

2 min read

C++ Solution to Coding Challenge 1046. Last Stone Weight
C++ Solution to Coding Challenge 1046. Last Stone Weight
Cpp

2 min read


Mar 1

How To Use Words In A Resume That People Will Read

The importance of word choice — When building a resume, content is key. The design and layout of your resume are important, but recruiters are primarily looking at your resume content. Understanding which words to use and how to phrase them effectively will go a long way toward landing you a job interview. The Dos Some tips for…

Resume Writing Tips

3 min read

How To Use Words In A Resume That People Will Read
How To Use Words In A Resume That People Will Read
Resume Writing Tips

3 min read


Published in LeetSolve

·Feb 27

C++ Solution to Coding Challenge 682. Baseball Game

Using std::vector as a stack — Problem statement You are keeping score for a baseball game with strange rules. The game consists of several rounds, where the scores of past rounds may affect future rounds' scores. At the beginning of the game, you start with an empty record. You are given a list of strings ops, where ops[i]…

Cpp

3 min read

C++ Solution to Coding Challenge 682. Baseball Game
C++ Solution to Coding Challenge 682. Baseball Game
Cpp

3 min read


Feb 22

How To Put Education In Your Tech Resume

Why you should always include relevant education on your resume — Education can be one of the trickiest sections of your resume to get right. We live in a day and age where you don’t need a college degree to land a job. And while this is wonderful, it can be tricky to list your education on your resume. How long…

Resume Writing Tips

4 min read

How To Put Education In Your Tech Resume
How To Put Education In Your Tech Resume
Resume Writing Tips

4 min read


Published in LeetSolve

·Feb 20

C++ Solution to Coding Challenge 703. Kth Largest Element in a Stream

An example of using std::priority_queue — Problem statement Design a class to find the k-th largest element in a stream. Note that it is the k-th largest element in the sorted order, not the k-th distinct element. Implement KthLargest class: KthLargest(int k, int[] nums) Initializes the object with the integer k and the stream of integers nums. int…

Cpp

3 min read

C++ Solution to Coding Challenge 703. Kth Largest Element in a Stream
C++ Solution to Coding Challenge 703. Kth Largest Element in a Stream
Cpp

3 min read


Feb 15

How To Include Your Work Experience In Your Tech Resume

Knowing what to list and what to omit — Understanding how to list your work experience on your resume can make or break whether or not you receive an interview. Relevant work experience is often more important to a recruiter than your education, so it’s important to know what to list and what to omit. If you are a…

Job Hunting

3 min read

How To Include Your Work Experience In Your Tech Resume
How To Include Your Work Experience In Your Tech Resume
Job Hunting

3 min read


Published in LeetSolve

·Feb 13

C++ Solution to Coding Challenge 203. Remove Linked List Elements

Problem statement Given the head of a linked list and an integer val, remove all the nodes of the linked list that has Node.val == val, and return the new head. Example 1

Cpp

4 min read

C++ Solution to Coding Challenge 203. Remove Linked List Elements
C++ Solution to Coding Challenge 203. Remove Linked List Elements
Cpp

4 min read


Feb 8

Building Credibility In Your Tech Job Application

How to put relevant skills in your tech resume — Like most people, when applying for jobs, I was applying for many different positions and possibly to more than one company in the same industry. That means many candidates are applying for one single position. …

Resume Writing Tips

3 min read

Building Credibility In Your Tech Job Application
Building Credibility In Your Tech Job Application
Resume Writing Tips

3 min read

Nhut Nguyen

Nhut Nguyen

1.4K Followers

Storyteller. I write code, instructions and stories. https://nhutnguyen.com

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech