Harsh Raj

Results 172 issues of Harsh Raj

### Description Write a program to convert standard date format to julian date and vice-versa A Julian date is a way of displaying a date that combines the current year...

auto-track
program

### Description Write a program to convert string to consonantcase Consonantcase is a style of writing in which all consonants are converted to uppercase and all vowels are converted to...

auto-track
program

### Description Write a program to find average of numbers by recursion Average of numbers is the sum of all numbers divided by the number of numbers. For example, the...

auto-track
program

### Description Write a F# program to implement jump search Like Binary Search, Jump Search is a searching algorithm for sorted arrays. The basic idea is to check fewer elements...

good first issue
triage
F#
program

### Description Write a program to implement jump search Like Binary Search, Jump Search is a searching algorithm for sorted arrays. The basic idea is to check fewer elements (than...

auto-track
program

### Description Write a Haskell program to find average of numbers by recursion Average of numbers is the sum of all numbers divided by the number of numbers. For example,...

good first issue
help wanted
Haskell
program

### Description Write a Haskell program that converts a string to a sentence case. Sentence case is a style of writing in which the first letter of the first word...

good first issue
help wanted
Haskell
program

### Description Write a program to print pattern 1 ``` Input : 5 Output : 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5...

auto-track
program

### Description Write a program to convert decimal to hexadecimal Hexadecimal is a base-16 number system. It uses sixteen digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,...

auto-track
program

### Description Write a program to find the rank of a matrix The rank of a matrix is the dimension of the vector space generated by its columns. The rank...

auto-track
program