# LC Strategy

# Part 1 : (Top Down)(Input data structure)

  1. String
    • String op
    • hash map
    • bit manipulation
    • two pointers
    • sliding window

# Part 2 : (Bottom Up)(Implement tricks)