# C++ Data Structure and Algorithms Introduction ## Big O ## Data Structure ### vector ### list ### stack ### queue ### deque * [1670. Design Front Middle Back Queue](https://leetcode.com/problems/design-front-middle-back-queue/description/) ### heap * [LeetCode 1845. Seat Reservation Manager](https://leetcode.com/problems/seat-reservation-manager/description/) ### set ### map ### hash #### hash table Through the hash function, create a table which categorized by the hash value. * hash table set * hash table map ## Sorting Practice Problems: 1. LeetCode 912 ## Binary Search Practice Problems: 1. LeetCode 704 2. LeetCode 25 3. LeetCode 278 4. LeetCode 69 5. LeetCode 875 6. LeetCode 410 7. LeetCode 793 8. LeetCode 1011 ## Ternary Search Practice Problems: 1. [LeetCode 1095: Find in Mountain Array](https://leetcode.com/problems/find-in-mountain-array/description/) - [Solution](https://hackmd.io/@PeterWang/leetcode1095) ## Two Pointer Practice Problems: 1. LeetCode 167 2. LeetCode 977 3. LeetCode 15 4. LeetCode 173
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up