알고리즘/LeetCode
- [LeetCode] 36. Valid Sudoku - 구현(Implementation) JAVA 2024.11.10
- [LeetCode] 18. 4Sum - 투포인터(Two Pointer) JAVA 2024.11.10
- [LeetCode] 34. Find First and Last Position of Element in Sorted Array - 이진탐색(Binary Search) JAVA 2024.11.06
- [LeetCode] 22. Generate Parentheses - 완전탐색(BuretForce) + 아이디어(Idea) JAVA 2024.11.06
- [LeetCode] 53. Maximum Subarray - 동적계획법(DP, Dynamic Programming) JAVA 2024.11.06
- [LeetCode] 39. Combination Sum - 브루트포스(BruteForce) JAVA 2024.11.06
- [LeetCode] 16. 3Sum Closest - Two Pointer(투포인터) JAVA 2024.10.30
- [LeetCode] 15. 3Sum - 정렬(Sort) + 투포인터(Two Pointer) + 아이디어(Idea) JAVA 2024.10.30
- [LeetCode] 12. Integer to Roman - TreeMap(트리맵) + 구현(Implementation) JAVA 2024.10.30
- [LeetCode] 24. Swap Nodes in Pairs - 구현(Implementation) JAVA 2024.10.27
- [LeetCode] 28. Find the Index of the First Occurrence in a String - 문자열(String) JAVA 2024.10.27
- [LeetCode] 17. Letter Combinations of a Phone Number - 깊이우선탐색(DFS) + 구현(Implementation) JAVA 2024.10.20
- [LeetCode] 3. Longest Substring Without Repeating Characters - 투포인터(Two Pointer) + 완전탐색(BruteForce) JAVA 2024.10.13