https://github.com/liueng/java-algorithm
Java algorithm or data structure, leetcode topic
https://github.com/liueng/java-algorithm
java java-algorithms leetcode-java
Last synced: 4 months ago
JSON representation
Java algorithm or data structure, leetcode topic
- Host: GitHub
- URL: https://github.com/liueng/java-algorithm
- Owner: LIUeng
- Created: 2024-04-18T08:19:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T03:35:02.000Z (about 1 year ago)
- Last Synced: 2025-01-02T04:10:00.810Z (6 months ago)
- Topics: java, java-algorithms, leetcode-java
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-algorithm
## algorithm
...
## leetcode topic
- [TwoSum - 1](./leetcode/src/topic/liueng/TwoSum.java)
- [ThreeSum - 15](./leetcode/src/topic/liueng/ThreeSum.java)
- [删除排序链表中的重复元素 - 83](./leetcode/src/topic/liueng/DeleteDuplicates.java)
- [全排列 - 46](./leetcode/src/topic/liueng/Permutation.java)
- [N 皇后 - 51](./leetcode/src/topic/liueng/NQueen.java)