This repository contains coding solutions from online coding challenges. The coding problems solved so far are as follows:
- Seating-Students-Coderbyte: This is a medium level question from Coderbyte.
- Dam-Design-Hackerrank: This is a medium level question from Hackerrank.
- Minimum-Difference-Hackerrank: A function accepts an array and returns the sum of absolute minimum difference of the array.
- String-Challenge-Coderbyte: This is a medium level question from Coderbyte and is about balancing HTML DOM Elements provided as a string.
- Letter-Count-Coderbyte: The function LetterCountI takes the str parameter being passed and return the first word with the greatest number of repeated letters
Questions are provided in the respective program files