DSA Code written in JAVA
- Leetcode: https://leetcode.com/u/himx
(tree -P '*.java') | sed '1s/^/```\n/' | sed '$a\
```' > FILES.md
Use Command:
MAC: tree -d OR tree -I '*.class' OR tree -P '*.java'
Windows: tree
javac Rootpath/<filename>.java
java Rootpath/<classname>
- Folder Name = Upper Camel Case -> DataStructures
- File Name | Class Name = Small Underscore Case -> min_heap.java
- Method Name | Variable Name = Small Camel Case -> printHeap()
1. Format Document
Mac: Command + Control + F
Windows: Ctrl + Alt + F
2. Debug
Mac: Command + D
Windows: Ctrl + D
2. Run
Mac: Command + R
Windows: Ctrl + R
1. Format the document
2. Update the directory tree
3. Follow the naming convention