Skip to content

Commit 56f6ada

Browse files
committedMay 13, 2022
add links and citation
1 parent 27fe616 commit 56f6ada

File tree

2 files changed

+34
-8
lines changed

2 files changed

+34
-8
lines changed
 

‎.idea/workspace.xml

+21-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,19 @@ Write a program that counts duplicate characters from a given `String`.
1414
"aabcc"
1515
```
1616

17-
### Sample Output 2
17+
### Sample Output 1
1818

1919
```
2020
{a=2, b=1, c=2}
21-
```
21+
```
22+
23+
---
24+
25+
* [Source Code](src/main/java/io/github/dbc/DuplicateCharactersCounter.java)
26+
* [Main Class](src/main/java/io/github/dbc/Main.java)
27+
* [Test Class](src/test/java/io/github/dbc/DuplicateCharactersCounterTest.java)
28+
29+
---
30+
> Question taken from the book
31+
> ["Java Coding Problems"](https://www.packtpub.com/product/java-coding-problems/9781789801415) by Anghel Leonard.
32+
> Formatted and uploaded by [dbc2201](https://github.com/dbc2201)

0 commit comments

Comments
 (0)