didn't realize linear algebra was higher maths
and for CS, currently doing AI in college, it's a lot the same as what we do here in BL actually, with the pathfinding algorithms we use here just about exactly the same as in class
and then the other part of my AI class was first order logic, which is really entertaining
on the side i'm currently creating a 3D java game engine for fun, with the goal to not use trig on rendering the triangles, but to instead use some things from multivariate calc
also looking into adding in some kind of programming system in the games I create once I get to that point, maybe a basic OS + language similar to java or LUA
another fun idea is to include a basic computing thing, which I did in an APCS class in high school, and
then again in college (but not as good)