-
This project contaions my solutions from Hackerrank and Codility programming chalannges.
-
it does not include the most optimized solutions, it includes my solutions. I will keep adding as I solve the questions.
-
Each question has an original link of question and pdf document as well.
For example, StringPassword soution also contaions its explanation as pdf at https://github.com/barisgul/CodingChallenge/tree/master/Hackerrank/Algorithms/Strings -
If you want to test it, clone the repository and call question method.
-
For examplei if you want to solve strong password question (https://www.hackerrank.com/challenges/strong-password/problem) you can use Example Caller From Main region from
and paste it your Main method in Program.Cs