Ritobroto Kalita
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...