- We have BFS and DFS images in both Breadth First Traversal and Depth First Traversal. We should have illustrations in the respective sections.


basically something like this, would make the output easier to scan
halite_amount = '1234'
class bcolors:
RED='\033[0;31m'
NC='\033[0m'
print(bcolors.RED + halite_amount + bcolors.NC)
when you noramlly only see the info text colored
[info] Player 0, 'BOT_NAME', was rank 2 with 4000 halite
[info] Player 1, 'BOT_NAME', was rank 1 with 4011 halite
Go to the following link to see the problem statement and please add the solution into the appropriate folder.
https://www.hackerrank.com/challenges/circular-array-rotation/problem
Update translations in readme.md file.
Colocar a relação da lista de participantes com seus pontos
Add a description, image, and links to the coding-challenge topic page so that developers can more easily learn about it.
To associate your repository with the coding-challenge topic, visit your repo's landing page and select "manage topics."