-
### Description
Write a C++ program to implement selection sort
Selection sort is a sorting algorithm that selects the smallest element from an unsorted list in each iteration and places that elemen…
-
### Description
Write a Python program to convert temperature from celsius to kelvin
```
Input ( C ) : -40
Output ( K ) : 233.15
```
Contributed by - @magar51
How to contribute
- Comment `!as…
-
### Description
Write a R program to implement selection sort
Selection sort is a sorting algorithm that selects the smallest element from an unsorted list in each iteration and places that element …
-
### Description
Write a Scala program to implement selection sort
Selection sort is a sorting algorithm that selects the smallest element from an unsorted list in each iteration and places that elem…
-
### Description
Write a R program to convert feet to miles
1 mile = 5280 feet
```
Input : 26400
Output : 5
```
How to contribute
- Save the solution in `program/program/convert-feet-to-mil…
-
### Description
Write a GO program to implement selection sort
Selection sort is a sorting algorithm that selects the smallest element from an unsorted list in each iteration and places that element…
-
### Description
Write a C# program to implement linear search
Linear search is a very simple search algorithm. In this type of search, a sequential search is made over all items one by one. Every it…
-
### Description
Write a C# 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 with the number of days si…
-
### Description
Write a Ruby 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 with the number of days …
-
### Description
Write a Scala program to convert temperature from celsius to kelvin
```
Input ( C ) : -40
Output ( K ) : 233.15
```
Contributed by - @magar51
How to contribute
- Comment `!ass…