https://github.com/shen-po-heng/leetcode_practice
This repository stored my own practice codes for LeetCode
https://github.com/shen-po-heng/leetcode_practice
leetcode leetcode-cpp leetcode-solutions
Last synced: 4 months ago
JSON representation
This repository stored my own practice codes for LeetCode
- Host: GitHub
- URL: https://github.com/shen-po-heng/leetcode_practice
- Owner: Shen-po-heng
- Created: 2021-07-12T20:50:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T01:57:53.000Z (8 months ago)
- Last Synced: 2024-11-08T15:30:43.612Z (7 months ago)
- Topics: leetcode, leetcode-cpp, leetcode-solutions
- Language: C++
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode_Practice
## Array
## Linked List
## Hashmap
[1. Two Sum](https://github.com/Shen-po-heng/LeetCode_Practice/tree/main/1_TwoSum)
[242. Valid Angram](https://github.com/Shen-po-heng/LeetCode_Practice/tree/main/242_ValidAngram)
[290. Word Pattern](https://github.com/Shen-po-heng/LeetCode_Practice/tree/main/290_WordPattern)
[383.Randsom Note](https://github.com/Shen-po-heng/LeetCode_Practice/tree/main/383_RansomNote)
## ...## Dynamic Programming
## Amazon high frequency questions
[1492. The kth Factor of n](https://github.com/Shen-po-heng/LeetCode_Practice/tree/main/1492_ThekthFactorOfN#1492-the-kth-factor-of-n)