JOSH SHIPTON INTERNET WEBSITE
tech
recent posts
hash table from scratch in prolog (boo)
2024-10-24
i'm currently taking knowledge representation at university, a core part of this unit is logic programming for which we use Pro......
Small Shapes go brrr, dipping my toes into the world of Cellular Automata
2024-06-20
I was watching this video when the guest started talki......
Making a ball bounce cost me my sanity, but forced me to learn maths
2024-06-12
Recently this video came up on my YouTube, I liked the idea of making satisfying simulations with code and had some post-exams free ......
Quick Select Makes Sense
2024-05-30
I was studying for an exam and came upon this question > Design an algorithm for finding the k-th smallest element in an unsorted array of length n that is faster than O(n log n) amortized. Analyse......
Disjoint Sets are really cool
2024-05-24
Quick little post to consolidate knowledge and quickly talk about a new algorithm and data-structure that I think is really cool. Disjoint set's are set's in which the union of said set's results in......
see all...
popular posts
Every feature kenku.org currently has
2024-01-13
This post is intended to talk about what kenku.org offers, it also acts as an onboarding guide for ...