Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 538 Bytes

File metadata and controls

27 lines (12 loc) · 538 Bytes

Java-programmes(Data Structures & Algorithms)

1.Fahrenheit to Celsius

2.Squareroot integral & with precision

3.Check the case of character(Upper case or lower case)

4.Number sequence validity check(Increasing,decreasing & decreasing+increasing sequence is valid)

5.Matrix printing wave form

6.matrix multiplication

7.matrix printing in spiral form

8.maxsubarray sum//Implementation of Kaden's Algorithm

9.Bubble sort using recursion

10.Matrix Rotation by 90 degrees in CW direction using 2 methods

11.Merge sort prgramme