Featured Resource One-line Algorithms questions & facts Random algorithm facts for quick interview revision when you only have a minute to spare.
Book DSA Cheatsheet A Cheatsheet for data structures and algorithms practice, coding interview and problem-solving intuition.
Featured Resource One AI Systems Question Practice AI and ML systems prompts across P/D disaggregation, inference, training, RAG, platform engineering and reliability.
The role of AI in improving accessibility for individuals with disabilities In this article at OpenGenus, we will look at the role of AI in improving accessibility for people with impairments, as well as its benefits and the problems that must be overcome.
The future of e-commerce and the role of AI in online shopping This article at OpenGenus will examine the evolution of e-commerce and how artificial intelligence will influence it.
The ethical implications of facial recognition technology In this article at OpenGenus, we will look at the ethical implications of face recognition technology and look at some of the important concerns that must be addressed in order for this technology to be utilized responsibly and ethically.
Use of artificial intelligence in personalized medicine and healthcare In this article, we will talk about personalized medicine, healthcare, and its related subfields.
Rise of fintech and its potential to disrupt traditional banking This article at OpenGenus will examine the development of fintech and how it might affect conventional banking.
Algorithms Space Time Complexity [Computer Science] In this article at OpenGenus, we have covered the concept of Space Time Complexity in depth which is a must in Algorithmic Analysis.
bitwise algorithm Bitwise Operators + tricks In this article at OpenGenus, we have covered the basics of Bit manipulations, conversions between number systems and clever tricks with bitwise operators.
The Future is Here: Understanding 5G Technology In this article at OpenGenus, we explore what 5G is, how it works, its benefits, applications, challenges and limitations.
Hyperloop: A Game-Changer in Transportation Technology In this article at OpenGenus provides an overview of The Hyperloop is a proposed mode of transportation that promises to revolutionize the way we travel. The technology was first proposed by billionaire entrepreneur Elon Musk in 2013, and several companies have since been working to make it happen.
Database Management System (DBMS) SQLite - Viewing Data In this article at OpenGenus, we learn about streamlining database queries by using views. By creating a view that combines data from multiple tables, we can simplify complex queries and improve query readability.
Machine Learning (ML) Extractive vs Abstractive Summarization In this article at OpenGenus, we have explored the differences between Extractive and Abstractive Summarization in depth and presented the differences in a table.
Deep Learning Dot Product in Deep Learning In this article at OpenGenus, we have explored the fundamental concept of the mathematical operation Dot Product in the field of Deep Learning.
C++ Queue in C++ STL for User-Defined Objects In this article at OpenGenus, we will explore the fundamentals of the Queue data structure with a user-defined objects and how C++ provides a powerful Standard Template Library (STL) which has a container for queue which you can use in your code.
CSS Inline Styling in CSS Inline CSS is one of the styling ways in which we can target a particular tag for styling which is present anywhere in the HTML document or in the JavaScript file.
Linux From Hobby to Passion : How GNU/Linux revolutionized Modern Computing How a hobby project became passion and changed the world for good. In this article at OpenGenus, we have covered GNU/Linux and its history.
instruction set Why learn assembly instructions? In this article at OpenGenus, we have explained how learning assembly instructions can be useful and who should learn it in this age of high level programming languages.
Machine Learning (ML) Sparse and Incremental PCA In this article at OpenGenus, we will explore the concept of Sparse and Incremental PCA.
Culture Entrepreneurship in Agricultural sector In this article at OpenGenus, we have explored the state of Entrepreneurship in Agricultural sector.
Software Engineering Docker [Complete Guide] This article at OpenGenus provides an overview of virtual machines (VMs) and their disadvantages, along with an introduction to Docker, its terms, and an example of using Docker to host a PHP application.
C Programming Introduction to C Programming In this article at OpenGenus, we will learn combination of information related to C programming language, terminal commands, common data types, operators, conditionals (if, if-else, else if), and loops (while, do-while, for). It covers basic concepts and provides examples for each topic.
Unveiling the Fascinating World of Anime In this article at OpenGenus, we explored the fascinating world of anime, from its origins to its diverse genres and enduring popularity. We delved into the impact and global reach of anime, and discussed the future of this captivating medium.
instruction set Matrix Multiplication in Assembly In this article at OpenGenus, we have explained how to implement Matrix Multiplication in Assembly. We have provided the complete assembly code to multiply 2 3x3 matrices as well.
instruction set Array in x86 Assembly In this article at OpenGenus, we have explained how to implement an Array in x86 Assembly Programming Language. This gives a strong insight on how array function behind the high level programming languages.
Python Rock Paper Scissors game in Python In this article at OpenGenus, We will we looking to create a Rock Paper Scissors game in Python.
C++ Deep vs Shallow Copy in C++ Two common types of copying objects in programming are shallow copy and deep copy and we will discuss them in this article at OpenGenus.