Skip to content

Commit 49a4248

Browse files
committed
Add the information about number of problems in each section
1 parent 1a70b08 commit 49a4248

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ Welcome to the VS Code Java world. Here is a guideline to help you get started t
66

77
The workspace contains two folders by default, where:
88

9-
- `src`: the folder to maintain sources
9+
- `src`: the folder to maintain sources
1010
- `lib`: the folder to maintain dependencies
1111

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+
1220
Meanwhile, the compiled output files will be generated in the `bin` folder by default.
1321

1422
> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there.

0 commit comments

Comments
 (0)