The repo contains 2 projects, 1 a class library of the Algo Assessment & a unit tests project which contains tests for the implementation.
NOTE: Not all the unit tests are correct.
- Create a fork of this repository in your own GitHub account
- Choose 3 of the challenges that you would like to complete
- Implement your solution to the challenges & run the unit tests to see if the solution works
- Please consider your git history as this will be reviewed
- Commit & push code regularly
- Once complete, please send a link to your repository to darius@geminisolution.co.za and CC: brad@karbonpay.com
This repository consists of 4 challenges, but you only need to choose 3 that you would like to complete.
Check if 2 words are anagrams of one another.
Find the index where the sum of all the items to the left of the index, are equal to the sum of all the items to the right of the index.
Convert an integer into a string representation formatted with comma's every 3 digits, without using any of the string formatting functions.
Count all the vowels in the given word or sentence.