Ritobroto Kalita

Results 17 comments of Ritobroto Kalita

@emilefokkema so the second `touchStart` moves/overwrites the first `touchStart(100, 100)`? And `await page.touchscreen.touchMove(150, 150);` has no effect whatsoever after that? That's weird.

Thanks for the help. Will add the tests soon.

> @Lightning00Blade But what about > > ```ts > const touch1 = await page.touchscreen.touchStart(100, 100); > const touch2 = await page.touchscreen.touchStart(200, 200); > > await page.touchscreen.touchMove(150, 150); // which of...

Implementation of graph colouring using backtracking exists [here](https://github.com/TheAlgorithms/C-Plus-Plus/blob/512efd18610531000e28600e03e6ddc42c56cfe0/backtracking/graph_coloring.cpp). I guess other colouring algorithms can be added.

Is it necessary to add class names and variables in snake_case as well?

> > Is it necessary to add class names and variables in snake_case as well? > > No, the contributing.md file prefers pascal or camel case last i checked please...

I can work on this, but I would need more information about the web tutar app. I can't find any docs about how to embed it. Meanwhile, if someone else...

I was not able to run `yarn fix` due to some issue with eslint (from my side only I think). Manually corrected it now, please check again @mtolmacs . Thanks!

would appreciate a review here @dwelle! Thanks!