© 2022 Hashnode
#computer-science
After reading this article, my goal is that you'll be able to: Get input data Convert between data types Perform element-wise operations using the "dot" operator Carry out numeric comparisons in juli…
If you've more than a couple of years of experience in IT, you probably have stumbled upon the following quote: There are only two hard things in computer science: cache invalidation and naming thing…
Before we dive into what Big O notation is, first of let's look at what an algorithm is. An algorithm, is a step by step instruction on how to solve a problem. We can say it's a finite process that if followed will often lead to a solution …
Computer Science is a wide field with so much to offer, there are over 20+ career opportunities one can pursue and get a well paying job out of it. Technology is expanding and so is the job market. I'…
Introduction What is Computer Networking? A computer network is a collection of interconnected computers and devices so as to exchange information or share resources. The largest network is Internet. …
Introduction In the previous part, we have learned about the different types of data types in javascript. Part-1 we will deep dive into the Number data type in this part In Other Programming (static…
While being aware of our struggles and finding healthy coping mechanisms are necessary, we receive enough negative messaging on a daily basis. This article is all about how ADHD traits can be a benefi…
For the part 2 of Basics of Julia & Numerical Computation, we are going to talk about: Data Types Comments Mathematical Operators Boolean Operators Updating Operators Data Types I personally categor…
This is part 2 of my article on Graphs in my data structures series. In part 1 we learned about graph terminology, types of graphs, and some real-life applications of graph data structures. In this pa…
This is a 2-part series on graph data structures. In this first part, we are going to learn about the various parts and terminologies used in graphs; we will look at the types, uses and applications o…