Euan Hall
@EuanTH
Budding computer scientist learning machine learning.
Repls
Community
Following the video from "The Coding train", I created a raytracing application.
Pygame
2-player Console Tic-tac toe, might update to include a UI with Tkinter or something.
Python
Within the Quadratic Function class, you can return the discriminant, the roots and the coefficients if you pass the values across multiple files!
Python
Given an array of integers, find the first missing positive integer in linear time and constant space. In other words, find the lowest positive intege
Python
Someone has attempted to censor my strings by replacing every vowel with a , lk* th*s. Luckily, I've been able to find the vowels that were removed.
Python
Given an array of integers, return a new array such that each element at index i of the new array is the product of all the numbers in the original ar
Python
Daily Code Problem
Using the website Daily Code problem, I programmed this. I would like to reviece some feedback to see what i can do to make it mor
Python