OJ
Ctrlk
  • Introduction
  • Some Tips
  • strStr and Coding Style
  • Binary Search
  • Binary Tree & Divide Conquer
  • Dynamic Programming I
  • Dynamic Programming II
  • Linked List
  • Array & Numbers
  • Heap
  • Hash
    • Rehashing
    • Longest Consecutive Sequence
    • Distribute Candies
    • Valid Anagram
    • 统计频率
    • Overlapping
    • 见过
      • Isomorphic Strings
      • 1346. Check If N and Its Double Exist
      • Two Sum
      • 1396. Design Underground System
      • Word Pattern
      • 957. Prison Cells After N Days
      • 939. Minimum Area Rectangle
      • Contains Duplicate II
      • 49. Group Anagrams
      • Counting Elements
      • 249. Group Shifted Strings
      • Bulls and Cows
      • 146. LRU Cache
      • 460. LFU Cache
      • First Unique Number
      • 432. All O`one Data Structure
      • 336. Palindrome Pairs
      • 1282. Group the People Given the Group Size They Belong To
      • 166. Fraction to Recurring Decimal
      • Unique Word Abbreviation
      • Task Schedule with Original Order
      • Word Abbreviation
      • 1487. Making File Names Unique
      • 1365. How Many Numbers Are Smaller Than the Current Number
    • Presum
    • Counting Sort
    • Longest Consecutive Sequence
  • Multiple Pointers
  • Stack
  • Breadth-first Search
  • Bit Manipulation
  • Math
  • Trie
  • Graph
  • Union Find
  • Exhaustive Search
  • String
  • Greedy
  • Design
  • Queue
Powered by GitBook
On this page

Was this helpful?

  1. Hash

见过

Isomorphic Strings1346. Check If N and Its Double ExistTwo Sum1396. Design Underground SystemWord Pattern957. Prison Cells After N Days939. Minimum Area RectangleContains Duplicate II49. Group AnagramsCounting Elements249. Group Shifted StringsBulls and Cows146. LRU Cache460. LFU CacheFirst Unique Number432. All O`one Data Structure336. Palindrome Pairs1282. Group the People Given the Group Size They Belong To166. Fraction to Recurring DecimalUnique Word AbbreviationTask Schedule with Original OrderWord Abbreviation1487. Making File Names Unique1365. How Many Numbers Are Smaller Than the Current Number
Previous1452. People Whose List of Favorite Companies Is Not a Subset of Another ListNextIsomorphic Strings

Last updated 6 years ago

Was this helpful?