JIAXING WU
  • About Me
  • Search
  • Tag Index
Navigation bar avatar

My website


This is where I will tell my friends way too much about me

Leetcode 1226 - The Dining Philosophers

Posted on May 29, 2021

Post thumbnail
Post thumbnail
Prompt: Five silent philosophers sit at a round table with bowls of spaghetti. Forks are placed between each pair of adjacent philosophers. [Read More]
Tags: Leetcode concurrency

Leetcode 70 - Climb Stairs

Posted on May 28, 2021

Post thumbnail
Post thumbnail
Prompt: You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps at a time. How many ways can you climb to the top? [Read More]
Tags: Leetcode DP

Leetcode 152 - Maximum Product Subarray

Posted on May 28, 2021

Prompt: Given a list of integers, we want to find a subarray of integers where the product of all integers in the subarray is the max product compared to all other products from other subarrays. [Read More]
Tags: Leetcode DP

Leetcode 324 - Wiggle Sort II

Posted on May 26, 2021

Post thumbnail
Post thumbnail
Prompt: Given a list of integers, [a0 , a1 , a2 , … , an ], we want to sort the list such that it satisfies a0 < a1 > a2 < a3 > a4 < … , an . [Read More]
Tags: Leetcode

Leetcode 279 - Perfect Squares

Posted on May 26, 2021

Post thumbnail
Post thumbnail
Prompt: Given an integer n, return the least number of perfect squares that sum up to n. [Read More]
Tags: Leetcode DP
  • ← Newer Posts
  • Older Posts →
  • RSS
  • Email me
  • Facebook
  • GitHub
  • LinkedIn
  • Instagram

Jiaxing Wu  •  2022

Powered by Beautiful Jekyll