Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 932 Bytes

File metadata and controls

21 lines (17 loc) · 932 Bytes

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. (Challenge 1 - 3)
  4. The output must be written to stdout. (Challenge 1- 3)

Challenges

  1. Array Split Challenge
  2. Find Missing Elements Challenge
  3. Sorting Objects Challenge
  4. Create a Spring Boot API
  5. Create a basic Frontend
  6. Glue 04 and 05 together

Hints and resources