-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A guide to solving Quera problems with JavaScript #51
Comments
Also, we can update the README file for the JavaScript template to suggest docker tool. |
I had another method for handling inputs with V8 in non-complex cases like non-complex inputs. Initially, to solve Quera problems, I used JavaScript V8 (because at that time I wasn"t familiar with Python). I created an |
Every time I think about the approach Quera has taken for JavaScript, it seems like the best method is not solving problems with JavaScript at all! 😄 Anyway... The issue with these approaches is that errors might occur in input handling! In that case, you may need to upload the code multiple times and wait for Quera’s judging system to respond. |
When updating the documents, I will include this method under your name. |
😁😁 Same here, I don"t solve algorithm challenges with JavaScript at all (just front-end challenges). |
The text was updated successfully, but these errors were encountered: