Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 932 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 932 Bytes

LeetCode Progress

Summary

Language Easy Medium Hard All
C# 0 1 1 2
RUST 0 1 1 2
GO 0 2 0 2
0 4 2 6

Detail

ID Name Difficulty C# RUST GO
1054 Distant Barcodes Medium AC
1402 Reducing Dishes HARD AC
1611 Minimum One Bit Operations to Make Integers Zero HARD AC
1712 Ways to Split Array Into Three Subarrays Medium AC
1901 Find a Peak Element II Medium AC
2146 K Highest Ranked Items Within a Price Range Medium AC