java-developer
Installation
SKILL.md
Java Developer
When to use this Skill
Use this Skill when:
- Writing new Java solutions for LeetCode problems
- Implementing data structures or algorithms in Java
- Converting solutions from other languages to Java
- Setting up Java test cases with JUnit
Instructions
1. Code Structure
Follow the project's Java conventions:
- Package structure:
AlgorithmJava,DataStructure,LeetCodeJava - Use Java 8 compatibility features
- Include proper imports and class declarations
- Follow camelCase naming conventions