Skip to content

chenxi-null/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

My LeetCode Solutions Record.

Directory Structure

The solution code is distributed in two locations:

  1. Some solutions are in src/main/java, with corresponding test cases in src/main/test. This code can be executed through maven (e.g., mvn clean test)

  2. Other solutions are in src/main/leetcode/editor/cn, which follows the file format generated by the IntelliJ-IDEA/VSCode LeetCode plugin, containing another set of solution code

Tags

  • TwoPointers
  • SlidingWindow
  • BinarySearch
  • DP
  • Backtracking
  • DFS
  • BFS
  • LinkedList
  • Tree
  • Graph
    • TopologicalSorting
    • GraphSearch
  • UnionFindSet
  • Sorting
  • MISC
    • Array
    • Hashing
    • Stack
    • Queue
    • BitManipulation

About

My LeetCode Problems' Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •