Skip to content

buwenqi/Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice

This repository is used for algorithms practice.(Current in LeetCode)

Part-1: Top 100 Liked Questions

problem-1: Two Sum,Related: Hash
problem-2: Add Two Numbers, Related: LinkedList Iteration
problem-3: Longest Substring Without Repeating Characters:Hash search,slice window
problem-4: Median of Two Sorted Arrays
problem-5: Longest Palindromic Substring
problem-10: Regular Expression Matching: Recursion, Dynamic Programming
problem-11: Container With Most Water: 暴力算法,双指针,状态消解
problem-15: 3Sum: 双指针,去重

About

This repository is for algorithm practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages