Skip to content

Commit b976ecf

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#5185)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 894c150 commit b976ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive/j/java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to Sample Programs in Java! To find documentation related to the Java code in this repo, look [here](https://sampleprograms.io/languages/java).
77

8-
## Sample Programs List - 27/38 :relaxed:
8+
## Sample Programs List - 28/38 :relaxed:
99

1010
In this section, we feature a list of completed and missing programs in Java. See above for the current amount of completed programs in Java. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you.
1111

@@ -31,6 +31,7 @@ Below, you'll find a list of completed code snippets in Java. Code snippets prec
3131
- :warning: [Josephus Problem in Java](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+josephus+problem+java) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
3232
- :warning: [Linear Search in Java](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+java) [[Requirements](https://sampleprograms.io/projects/linear-search)]
3333
- :warning: [Longest Common Subsequence in Java](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+java) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
34+
- :warning: [Longest Palindromic Substring in Java](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+java) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
3435
- :warning: [Longest Word in Java](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+java) [[Requirements](https://sampleprograms.io/projects/longest-word)]
3536
- :warning: [Merge Sort in Java](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+java) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
3637
- :warning: [Palindromic Number in Java](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+java) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
@@ -48,7 +49,6 @@ The following list contains all of the approved programs that are not currently
4849
- :x: [Base64 Encode Decode](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,base64+encode+decode&template=code-snippet-request.md&title=Add+Base64+Encode+Decode+in+Java) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
4950
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Java) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
5051
- :x: [Fraction Math](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fraction+math&template=code-snippet-request.md&title=Add+Fraction+Math+in+Java) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
51-
- :x: [Longest Palindromic Substring](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+palindromic+substring&template=code-snippet-request.md&title=Add+Longest+Palindromic+Substring+in+Java) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
5252
- :x: [Maximum Array Rotation](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+array+rotation&template=code-snippet-request.md&title=Add+Maximum+Array+Rotation+in+Java) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
5353
- :x: [Maximum Subarray](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+subarray&template=code-snippet-request.md&title=Add+Maximum+Subarray+in+Java) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
5454
- :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+Java) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]

0 commit comments

Comments
 (0)