Awesome Command-line tips to 10x your productivity
Manage your shell configuration with Git, and learn these tips, configurations, fancy tools to power your productivity on the command-line working environment.
Manage your shell configuration with Git, and learn these tips, configurations, fancy tools to power your productivity on the command-line working environment.
Motivation Sometimes, if a CVE comes out or when credentials leaked, we need to check code in Git repo to find the related projects. It… Read More »Code scan in Git repos
Leetcode Question Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an… Read More »Leetcode: Longest Common Prefix
LeetCode: Regular Expression Matching, with explanation and DFS solution, DFS with memorization and dynamic programming solution.
Solution for LeetCode 3sum Closet, explanation with code of Cpp/Java/Python
LeetCode: Palindrome number, explanation and solution with C++/Java/Python
LeetCode: Valid Parentheses, explanation and solution with C++/Java/Python
Leetcode: Median of Two Sorted Arrays, explanation and solution with C/C++/Java
LeetCode add two numbers : explanations and solutions with Cpp/Java/Python, merge linked list and use dummy node.
LeetCode longest substring without repeating characters : explanations and solutions with Cpp/Java/Python