💻
CS_basics
Home
Resources
Cheat Sheets
GitHub
← Back to Cheat Sheets
Strategy
Table of Contents
# LC Strategy
# Part 1 : (Top Down)(Input data structure)
# Part 2 : (Bottom Up)(Implement tricks)
#
LC Strategy
#
Part 1 : (Top Down)(Input data structure)
String
String op
hash map
bit manipulation
two pointers
sliding window
#
Part 2 : (Bottom Up)(Implement tricks)