File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,17 @@ Welcome to the VS Code Java world. Here is a guideline to help you get started t
6
6
7
7
The workspace contains two folders by default, where:
8
8
9
- - ` src ` : the folder to maintain sources
9
+ - ` src ` : the folder to maintain sources
10
10
- ` lib ` : the folder to maintain dependencies
11
11
12
+ ![ GitHub repo file count (file extension)] ( https://img.shields.io/github/directory-file-count/ph4ntom-74/dsa-box/src/arrays?extension=java&label=arrays&logo=arrays&type=file )
13
+ ![ GitHub repo file count (file extension)] ( https://img.shields.io/github/directory-file-count/ph4ntom-74/dsa-box/src/linkedlists?extension=java&label=linkedlists&logo=linkedlists&type=file )
14
+ ![ GitHub repo file count (file extension)] ( https://img.shields.io/github/directory-file-count/ph4ntom-74/dsa-box/src/deques?extension=java&label=deques&logo=deques&type=file )
15
+ ![ GitHub repo file count (file extension)] ( https://img.shields.io/github/directory-file-count/ph4ntom-74/dsa-box/src/queues?extension=java&label=queues&logo=queues&type=file )
16
+ ![ GitHub repo file count (file extension)] ( https://img.shields.io/github/directory-file-count/ph4ntom-74/dsa-box/src/stacks?extension=java&label=stacks&logo=stacks&type=file )
17
+ ![ GitHub repo file count (file extension)] ( https://img.shields.io/github/directory-file-count/ph4ntom-74/dsa-box/src/greedy?extension=java&label=greedy&logo=greedy&type=file )
18
+ ![ GitHub repo file count (file extension)] ( https://img.shields.io/github/directory-file-count/ph4ntom-74/dsa-box/src/backtracking?extension=java&label=backtracking&logo=backtracking&type=file )
19
+
12
20
Meanwhile, the compiled output files will be generated in the ` bin ` folder by default.
13
21
14
22
> If you want to customize the folder structure, open ` .vscode/settings.json ` and update the related settings there.
You can’t perform that action at this time.
0 commit comments