Home
Mike Gregoire
Cancel

I'm Back

It’s been a while since my last post. Ive been busy with school but I’am finally almost at the end. Lately I’ve been trying to update some of my projects. You can check them out here on my Projec...

Data Structures and Algorithms

Today I decided to do some practice with data structures and algorithms in Java. I decided to write a post going over some of the basics. Stacks Stacks are a Last in First Out data structure. Th...

Resume

Ive been working to update my resume in preparation for my job search and its finally done! Check it out here Resume

Two's Complement

Two’s Complement Recently in one of my current courses we went over the concept of two’s complement. I had always wondered how negative numbers are handled at the low level in computers since rep...

Hello World

Hello, World! For most of us “Hello, World!” is the first lines of code that we type. This being the case, I thought that it would make a perfect first blog post. print("Hello, World! My name is...

Trending Tags