Skip to content

Commit e533e9e

Browse files
committed
Update java-programs.md
1 parent b4112f2 commit e533e9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

java-programs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,10 @@ Path from vertex 0 to vertex 2 has minimum cost of 6 and the route is [ 0 4 1 2
16521652
Path from vertex 0 to vertex 3 has minimum cost of 5 and the route is [ 0 4 3 ]
16531653
Path from vertex 0 to vertex 4 has minimum cost of 3 and the route is [ 0 4 ]
16541654
```
1655+
<div align="right">
1656+
<b><a href="#">↥ back to top</a></b>
1657+
</div>
1658+
16551659
#### Q. How to find if there is a sub array with sum equal to zero?
16561660
#### Q. How to remove a given element from array in Java?
16571661
#### Q. How to find trigonometric values of an angle in java?
@@ -1753,5 +1757,8 @@ Path from vertex 0 to vertex 4 has minimum cost of 3 and the route is [ 0 4 ]
17531757
#### Q. Java Program to find gcd and lcm of two numbers
17541758
#### Q. Write a program to find the sum of the first 1000 prime numbers?
17551759
#### Q. How to perform matrix operations in java?
1760+
<div align="right">
1761+
<b><a href="#">↥ back to top</a></b>
1762+
</div>
17561763

17571764

0 commit comments

Comments
 (0)