Skip to content

GustavoMariano/Challenges-CSharp

Repository files navigation

Challenges-CSharp


Just a repository with solutions to algorithmic challenges.


Read the comment in the Class of each project.


COMENTS

MORSE

* Background You've started work as morse code translator. Unfortunately some of the signals aren't as distinguishable as others and there are times where a . seems indistinguishable from -. In these cases you write down a ? so that you can figure out what all the posibilities of that letter for that word are later.

CSVSort

* Write a method that sorts the columns by the names of the columns alphabetically, and case-insensitive.

MinMaxSum

* Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. Then print the respective minimum and maximum values as a single line of two space-separated long integers.

GradingStudents

* HackerLand University has the following grading policy:

Releases

No releases published

Packages

No packages published

Languages