/code-challenges

This contains my solutions for coding challenges and practice.

Primary LanguageJavaScriptMIT LicenseMIT

updated: 05/27/2021

code-challenges

This contains my solutions for coding challenges and practice.

Challenges can be found from the following lists:

Please note, all these are public sources. No coding challenges from interviews have been included. Additionally, please note that these might not be the optimal solutions. Feel free to create to provide or share your own solution by either making a comment or by submitting a PR by following the steps below:

Contribution

  • clone down to your local repo by using the command git clone git@github.com:gaj23/code-challenges.git <local file name>
  • run npm i
  • create your own branch following the format git checkout -b <initials>/<source>/<challenge>
  • contribute as you like
  • push up a branch & create a PR with the provided template

Thank you.