© 2023 Hashnode
#computer-science
Have you ever dreamt of what features your ideal programming language would have? Have you ever tried to make a list of the best features (or non-features) of existing languages that are particularly …
Classes They are the blueprint for its instances (objects that the class produce). JavaScript has had classes since the ES5 language implementations. In there it was introduced to us the native implem…
A linked list is a popular data structure used in computer science and programming for sorting and managing collections of data. Implementing a linked list in your code requires a bit more than simply declaring like you would with an array.…
I stumbled upon an old tweet by Vitalik Buterin (the creator of Ethereum) a few days ago, and got really confused. Actually, 'baffled' is more like it. The tweet wasn't an actual tweet... it was a pol…
Buckle up, folks! We're about to take a quantum leap into the fascinating world of quantum computing. And trust me, it's not your grandma's computing! We're talking about mind-bending concepts like su…
Week 3 Algorithms Have you ever wondered how Google can search millions of pages in just a few seconds? Or how your GPS can find the shortest route to your destination in real-time? It's all thanks to…
As I delved into the exciting world of quantum computing algorithms, I learned about their unique properties that take advantage of quantum systems like superposition and entanglement to perform compu…
G The Google Kickstart competition is divided into multiple rounds starting from the online qualification round from Round A to Round H. The qualification round is usually held on a weekend, and it co…
Hi Everyone! This is my first ever article and I wanted to write about the LISP Family of Programming Languages. Now, you might have never heard about a LISP language. That's because it's not a mainst…
Data is a collection of facts, information, or instructions that can be stored electronically and processed by computer. Data can be anything from numbers and text to images and videos. What is a numb…