Quantcast
Channel: Articles– GeeksforGeeks
Browsing all 339 articles
Browse latest View live

Analysis of Algorithms | Big –Ω (Big- Omega) Notation

In the analysis of algorithms, asymptotic notations are used to evaluate the performance of an algorithm, in its best cases and worst cases. This article… Read More The post Analysis of Algorithms |...

View Article


Time Complexity and Space Complexity

Generally, there is always more than one way to solve a problem in computer science with different algorithms. Therefore, it is highly required to use… Read More The post Time Complexity and Space...

View Article


Proof of Capacity

Proof-of-Capacity mining is a very new mining method that is presently being employed by one cryptocurrency, Burstcoin. Despite this, many people believe that proof of… Read More The post Proof of...

View Article

Removed Features of C++17

C++17 enables writing simple, clearer, and more expressive code. Some of the features introduced in C++17 are: Nested Namespaces Variable declaration in if and switch… Read More The post Removed...

View Article

Handling of Input Device in Computer Graphics

A device through which a user can give data, information, or control signals to a computer is known as an input device. A computer Central… Read More The post Handling of Input Device in Computer...

View Article


Applications and Popularities of C++

C++ is a programming language, which has imperative and object-oriented programming(OOPs) features. It is referred to as a middle-level programming language. C++ was developed by… Read More The post...

View Article

Kubernetes Cluster Components with Emphasis on AWS Elastic Kubernetes Services

Four out of ten enterprise companies included in the Cloud Native Computing Foundation’s biannual survey reported that they’re running Kubernetes in production environments. As more… Read More The post...

View Article

Difference between long int and long long int in C/C++

All variables use data type during declarations to restrict the type of data to be stored. Therefore, we can say that data types are used… Read More The post Difference between long int and long long...

View Article


Minimum price required to obtain N items of given types

Given integers X, Y, and Z, representing prices of 3 items A, B and C respectively, and two integers a and b, denoting count of… Read More The post Minimum price required to obtain N items of given...

View Article


VLOOKUP On Multiple Criteria Columns Using Helper Method & CHOOSE Function

In this article, we will see how we can combine multiple values, and use them as lookup criteria for searching specific value(s) in the excel… Read More The post VLOOKUP On Multiple Criteria Columns...

View Article

Difference between cerr and clog

In C++ input and output are performed in the form of a sequence of bytes or more commonly known as streams. cerr and clog both… Read More The post Difference between cerr and clog appeared first on...

View Article

Analysis of Algorithms | Big –Θ (Big Theta) Notation

In the analysis of algorithms, asymptotic notations are used to evaluate the performance of an algorithm, in its best cases and worst cases. This article… Read More The post Analysis of Algorithms |...

View Article

Why Developers Should Have a YouTube Channel?

YouTube… The most addictive platform for all age groups. Whether you want to watch movies or you want to make ice cream or you want… Read More The post Why Developers Should Have a YouTube Channel?...

View Article


Top 7 Game Development Platforms For Developers

With the evolving use of technology, gaming industries are continuously engaging more people. Apart from using smartphones as communication devices, we also use them for… Read More The post Top 7 Game...

View Article

7 Best Android Apps For Computer Science Students

In today’s era, for every single task, whether it be sharing data, watching videos, booking a cab, and many more, there is only one solution… Read More The post 7 Best Android Apps For Computer Science...

View Article


Reliable Data Transfer (RDT) 2.1

RDT 2.1 protocol is the successor of RDT 2.0. While transmitting data in the transport layer, the issue of reliable transfer of data persists, the… Read More The post Reliable Data Transfer (RDT) 2.1...

View Article

How to get GFG Goodies ?

Quality is another name that defines GeeksforGeeks and you’re the reason we are able to set a standard in the CS/IT domain and become the… Read More The post How to get GFG Goodies ? appeared first on...

View Article


Compiler and Go Loader

The loader is one of the essential parts of the operating system which loads the program and libraries in memory. There are multiple loading schemes… Read More The post Compiler and Go Loader appeared...

View Article

Reliance JIO Interview Experience (On-Campus) 2023

For the first time Reliance Jio came to our campus for GET profile. The entire process was of 6 days which consist of 1 aptitude(on… Read More The post Reliance JIO Interview Experience (On-Campus)...

View Article
Browsing all 339 articles
Browse latest View live