Skip to content

nguyenvinh1711/code-challenge

 
 

Repository files navigation

99Tech Code Challenge #1

Note that if you fork this repository, your responses may be publicly linked to this repo.
Please submit your application along with the solutions attached or linked.

It is important that you minimally attempt the problems, even if you do not arrive at a working solution.

Submission

You can either provide a link to an online repository, attach the solution in your application, or whichever method you prefer. We're cool as long as we can view your solution without any pain.

How to check a solution

First, install the dependencies:

npm install

Then, you can run a solution by running:

npm run solution<problem_numbr> (check npm scripts for the available solutions)

Or you can also run a solution script directly by running:

npx ts-node problem<problem_number>/solution.ts

Also read the README.md file (if available) in the corresponding problem directory for more details.

About

Solutions for Backend problems: 4, 5, 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.0%
  • Dockerfile 2.4%
  • HTML 1.3%
  • CSS 0.3%