Upcoming Events

No upcoming events

Past Events

🚨Madhacks Fall 2023🚨

November 11, 2023 at 12:00 PM · Educational Sciences Building

MadHacks will take place on November 11th-12th, 2023.

What’s a Hackathon?
Hackathons are a 24-hour event where teams of up to four have a friendly competition to create the best projects, products, and more. Food, prizes, mentorship, and events are all available.

Why should I join a Hackathon?
Hackathons give you the environment to make amazing, fulfilling projects in a short amount of time surrounded by driven individuals. Hackathons are also a great way to make projects to put on your resume (the free food and swag doesn’t hurt, either)

Do I know enough to join a Hackathon?
YES. Hackathons are made to be beginner friendly. Mentorship, talks, and workshops are available, which all allow for you to grow your abilities quickly. We’ll be better equipped to support beginners this time :)

Apply now: https://madhacks.io/

Lightning Talk: Cache and Memory Friendly Programming (Matt Wildman)

November 1, 2021 at 6:00 PM · CS 1240

An introduction to improving performance by observing cache and memory locality, as well as techniques and best practices when doing common tasks in C++. No prior knowledge required although an understanding of pointers is recommended.

Lightning Talk: A Combinatorial Problem (Reed Nelson)

July 21, 2021 at 7:30 PM · Online (Discord Server)

What is the chromatic polynomial of the modified complete graph K2n, which lacks the edges (1, 2), (3, 4), …, (2n-1, 2n)?

To understand and solve this problem, we will discuss several topics from Graph Theory and Combinatorics, such as chromatic numbers, chromatic polynomials, and one important and useful counting principle which justifies this whole talk.