Skip to content
Open navbar menu
Sign UpLog In
EuanTH

Euan Hall

@EuanTH
Budding computer scientist learning machine learning.
EuanTH
EuanTH
shared a Post
4 years ago
Raytracing in python
Following the video from "The Coding train", I created a raytracing application.
Raycasting
Pygame
Highwayman
Highwayman
*Nooiiiicee *4 years ago
EuanTH
EuanTH
shared a Post
4 years ago
2-player Console Tic-tac toe, might update to include a UI with Tkinter or something.
Console Tic-tac toe
Python
EuanTH
EuanTH
shared a Post
4 years ago
Within the Quadratic Function class, you can return the discriminant, the roots and the coefficients if you pass the values across multiple files!
Quadratic Function Roots
Python
EuanTH
EuanTH
shared a Post
4 years ago
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
Day 4
Python
EuanTH
EuanTH
shared a Post
4 years ago
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.
C*ns*r*d Str*ngs
Python
EuanTH
EuanTH
shared a Post
4 years ago
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
With division
Python
EuanTH
EuanTH
shared a Post
4 years ago
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
Day 1
Python