/coding-challenges

Feel free to solve these coding challenges

Coding Challenges

Code in JavaScript/TypeScript or Java is preffered but not mandatory.

General Challenge Requirements

To test your codes each challenge must match the following requirements:

  1. Source code and executable (if applicable) must be provided
  2. Provide requirements for your code to be run.
  3. Each code must accept a file or list of files as argument.
  4. The output must be written to stdout.

Challenges

  1. Array Split Challenge
  2. Find Missing Elements Challenge
  3. Sorting Objects Challenge