Computer Science
We found 22 articles
Picture this - you’re at a car dealership and you’re eager to purchase your first car. You settle on a brand new Honda Civic, and your representative asks: sedan or hatchback?
When preparing for data structures and algorithms interviews, it’s crucial to put in time reviewing concepts and solving practice interview problems. However, it’s almost equally important to practice the structure of the live interview itself. Here are some tips for communicating and organizing your thought process as you’re being interviewed.
Are you ever nostalgic of the days of long division? Or annoyed that a tape measure makes determining the dimensions of a new couch so simple?
Before we consider how computers play chess, let’s talk about how humans do it.
Python has gained a reputation over the past decade as an excellent language for beginners to the world of programming. Why is this? It boils down to two primary reasons: it is easy to read and write, and it comes with a great ecosystem of open-source libraries.
Computer science is a major with some of the most varied outcomes for their students. Computer science majors will go on to be professors, software engineers, hardware engineers, machine learning engineers and data scientists. A good computer science program will provide introductory coursework that offers glimpses into each of these various ...
Technical interviews can be very overwhelming. Where do you start when you are given 45 minutes to solve a coding problem? How do you organize a plan when you don’t even know what the question is asking? But, whether over Zoom, on a whiteboard, or through an online portal, if you follow these six steps on each practice problem you do, you will be ...
The realm of software continues to evolve, as does the architecture within education to become a software engineer. While some experts come from various university programs in Computer Science, others break into the industry through boot camps or self-guided study programs. Unfortunately, not every program can cover every base, and as the field ...
Computer science majors across many universities often dread their introduction to algorithms course, especially if it is proof-based. It can feel out of place compared to the rest of their classes that focus more on learning standard coding practices, the fundamentals of how computers work, or just generally courses that seem to directly prepare ...
I have tutored a great number of students in undergraduate operating systems. Personally, I enjoy the topic. My dissertation is in the field of distributed systems. Distributed systems is an academic offspring of operating systems research where partial failures are expected and allowed. The operating systems course is almost universally taught ...
My number one piece of advice for someone entering college and studying computer science is the following sentence: write pseudocode before writing your actual code. If you follow this piece of advice, you will save yourself hundreds of hours over the next four years of your life.
Artificial Intelligence (AI) has become embedded in nearly every aspect of our lives. The purchases we make, the people we virtually connect with, even the mechanisms to unlock our phones (if the phone was made in the last four years) are all influenced by AI. That said, should there be a limit to what parts of our lives AI touches? Moreover, how ...
Computer science can be intimidating! Especially when people use lingo you aren’t familiar with. The goal of this blog post is to help you start understanding some of the computer science buzzwords.
If you were to ask someone why they didn’t want to be a computer scientist, their most likely answer probably would be: “I just don’t want to spend my life coding.” While coding is certainly a component of the life of many computer scientists, there are many who do not even touch code. I would even argue that the allure of studying computer ...
When we think of a programmer, a very black and white image often comes to mind: a 20-something year old sitting alone in a dark basement continuously staring at a black screen with white letters that to most wouldn't make any sense. Recently, a much more colorful picture has been coming to my mind: a 10 year old excitedly showing her friends the ...
R is a programming software for statistical computing and graphics, and students and statisticians alike have come to rely on the software to analyze their data. The scope and power of the software is large, but for the purposes of getting started, it is important to understand the benefits of writing your own functions in R, along with how to do ...
Over the last 10 years my only occupations have been coding and tutoring! I’ve still got a long way to go to improve my own programming skills but I’d like to include here my honest opinion about what makes a great coder. I’ve gone through a whole series of happy and sad coding stories, I’ve met and worked with hundreds of programmers and students ...
Comparing finite set sizes, or cardinalities, is one of the first things we learn how to do in math. From a young age, we can answer questions like “Do you see more dogs or cats?” Your reasoning might sound like this: There are four dogs and two cats, and four is more than two, so there are more dogs than cats. In other words, the set of dogs is ...
While your college courses can help you with the theory of a subject, they can’t help you much with the practical pieces of a career--especially when you're becoming a software engineer. Because of the computing power we have at our fingertips in this day and age, the practical side of engineering isn’t building things with your hands; it really ...
Programming is awesome! source: code.org Today, I’d like to explain why investing in a computer science tutor for your son/daughter (or yourself!) may be the best decision you make in 2015. Learning computer science and programming is a fun, engaging, and worthwhile thing for anybody to do at a young age. But for those who aren’t familiar with ...