An open API service indexing awesome lists of open source software.

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

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)