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 424 - Longest Repeating Character Replacement

Posted on June 19, 2021

Prompt: You are given a string s and an integer k. You can choose any character of the string and change it to any other uppercase English character. You can perform this operation at most k times. [Read More]
Tags: Leetcode Sliding Window

Leetcode 395 - Longest Substring with At Least K Repeating Characters

Posted on June 19, 2021

Prompt: Given a string s and an integer k, return the length of the longest substring of s such that the frequency of each character in this substring is greater than or equal to k. [Read More]
Tags: Leetcode Sliding Window

Leetcode 1208 - Get Equal Substrings Within Budget

Posted on June 19, 2021

Prompt: You are given two strings s and t of the same length. You want to change s to t. Changing the i-th character of s to i-th character of t costs abs(s[i] - t[i]) that is, the absolute difference between the ASCII values of the characters. [Read More]
Tags: Leetcode Sliding Window

Leetcode 50 - Pow(x, n)

Posted on June 17, 2021

Post thumbnail
Post thumbnail
Prompt: Implement pow(x, n), which calculates x raised to the power n (i.e., xn). [Read More]
Tags: Leetcode

Leetcode 33 - Search in Rotating Sorted Array

Posted on June 16, 2021

Prompt: There is an integer array nums sorted in ascending order (with distinct values). [Read More]
Tags: Leetcode Binary Search
  • ← Newer Posts
  • Older Posts →
  • RSS
  • Email me
  • Facebook
  • GitHub
  • LinkedIn
  • Instagram

Jiaxing Wu  •  2022

Powered by Beautiful Jekyll