
GeeksforGeeks
1000 FOLLOWERS
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes, and practice/competitive programming/company interview questions.
GeeksforGeeks
35m ago
The more you practice, the more you learn anything. When you talk about learning web or software development, it is all about practice. And the… Read More
The post 12 Best Full Stack Project Ideas in 2023 appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
Given two numbers X and Y. the task is to find the number N (N ≤ 10^18) which satisfies these two conditions: (N + X)… Read More
The post Find the number N, where (N+X) divisible by Y and (N-Y) divisible by X appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
Creating self-string using special characters in JavaScript is a useful technique for adding unique and dynamic elements to your code. In this article, we will… Read More
The post How to create self string using special characters? appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
Variables are the building blocks of any programming language. In JavaScript, a variable can be used to store reusable values. These values can be anything… Read More
The post JavaScript Variables appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
Here, we will discuss and learn about the syntax error in node.js and how we can handle these syntax errors, because when we are using… Read More
The post How to handle syntax errors in Node.js ? appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
React Native is a mobile app framework to build natively-rendered apps based on JavaScript. To know the version of React Native (RN), we can use… Read More
The post How to check the version of React native ? appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
Given an array arr[], the task is to find the maximum sum possible such that any subarray of the indices from [l, r] i.e all… Read More
The post Find maximum sum by replacing the Subarray in given range appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
Given a number N (1 ≤ N ≤ 9×1018), the task is to find P and Q satisfying the equation N = P 2. Q… Read More
The post Find values of P and Q satisfying the equation N = P^2.Q appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
ACCOUNTANCYClass 12 Time Allowed : 3 HoursMaximum Marks : 80Paper Code : 67/2/2(CBSE 2020) General Instructions : Read the following instructions very carefully and strictly… Read More
The post CBSE Class 12 Accountancy Solved Question Paper-67/2/2 appeared first on GeeksforGeeks ..read more
GeeksforGeeks
12h ago
Given an array, arr[], and an integer K, the task is to find the total number of ways in which we can divide the array… Read More
The post Number of ways whose sum is greater than or equal to K appeared first on GeeksforGeeks ..read more