You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ Basics of Java are covered within these programs.
63
63
• <ahref="https://github.com/SVijayB/JavaSpace/blob/master/Basics/strong number.java">Strong number.java</a> | Check for Strong number.
64
64
• <ahref="https://github.com/SVijayB/JavaSpace/blob/master/Basics/Fibonacci.java">Fibonacci.java</a> | To find Fibonacci series up to a given number.
65
65
• <ahref="https://github.com/SVijayB/JavaSpace/blob/master/Basics/FizzBuzz.java">FizzBuzz.java</a> | The FizzBuzz problem is a classic test given in coding interviews.
66
+
• <ahref="https://github.com/SVijayB/JavaSpace/blob/master/Basics/DuplicateChars.java">DuplicateChars.java</a> | A simple program that checks a string for duplicate characters.
0 commit comments