Binary Trees
I was completing some assessments for a Software Engineering graduate scheme and was faced with a problem with binary trees...
I found this to be a great resource.
I was completing some assessments for a Software Engineering graduate scheme and was faced with a problem with binary trees...
I found this to be a great resource.
Currently working on automating the Google Dinosaur game. Learning ways to make my code run efficiently enough that the pyautogui library can recognise obstacles in time to avoid them. This has meant defining the region in which obstacles might appear (saving time looking in places they will never be), converting the images to grayscale, and reducing the confidence needed to classify an image.