All Posts

Combinations Problem

LeetCode 77. Given two integers n and k, return all...

Valid Number Problem

LeetCode 65. Given a string s, return true if s...

Unique Paths Problem

LeetCode 62. A robot is located at the top-left corner...

Unique Paths II Problem

LeetCode 63. A robot is located at the top-left corner...

Text Justification Problem

LeetCode 68. Given an array of strings words and a...

Rotate List Problem

LeetCode 61. Given the head of a linked list, rotate...

Plus One Problem

LeetCode 66. You are given a large integer represented as...


Minimum Path Sum Problem

LeetCode 64. Given a m x n grid filled with...

Climbing Stairs Problem

LeetCode 70. You are climbing a staircase. It takes n...

Valid Number Problem

LeetCode 67. A robot is located at the top-left corner...

What is the Difference Between Git Pull and Git Fetch

Short answers to the question what is the difference between...

How to Revert a Git Repository to a Previous Commit

Short answers to the question how to revert a git...

How to Modify Existing Unpushed Commit Messages

Short answers to the question how to modify existing unpushed...

Spiral Matrix Problem

LeetCode 54. Given an m x n matrix, return all...

Spiral Matrix II Problem

LeetCode 59. Given a positive integer n, generate an n...


Permutation Sequence Problem

LeetCode 60. Given n and k, return the kth permutation...