Web Technologies
37.4K+ articles
DSA
22.8K+ articles
GBlog
3.3K+ articles
Competitive Programming
3.3K+ articles
Algorithms
2.0K+ articles
Dynamic Programming
1.6K+ articles
Linked List
1.2K+ articles
Data Structures
1.1K+ articles
GBlog-Competitive-Programming
17+ articles
In-house
+ articles
Greedy is an algorithmic paradigm that builds up a solution piece by piece, always choosing the next piece that offers the most obvious and immediate benefit. Greedy algor...
read more
GBlog
Greedy
DSA
Algorithms-Greedy Algorithms
Greedy Algorithms
Tutorials
DSA Tutorials
GBlog 2024
GBlog 2025
Bit stands for binary digit. A bit is the basic unit of information and can only have one of two possible values that is 0 or 1. In our world, we usually with numbers usin...
read more
Bit Magic
Algorithms
DSA
setBitCount
Bitwise-XOR
CPP-bitset
Bit Algorithms
Bitwise-OR
Bitwise-AND
Tutorials
DSA-Blogs
DSA Tutorials
Prepare for your upcoming interview with confidence using our comprehensive DSA Revision Checklist Crash Course. This DSA Crash Course not only helps you brush up on key D...
read more
DSA
Tutorials
DSA Tutorials
Matrix or Grid is a two-dimensional array mostly used in mathematical and scientific calculations. It is also considered as an array of arrays, where array at each index h...
read more
Matrix
DSA
DSA Tutorials
Branch and bound algorithms are used to find the optimal solution for combinatory, discrete, and general mathematical optimization problems.A branch and bound algorithm pr...
read more
GBlog
Algorithms
Branch and Bound
Data Structures
DSA
DSA Tutorials
Pattern searching is an algorithm that involves searching for patterns such as strings, words, images, etc.We use certain algorithms to do the search process. The complexi...
read more
Pattern Searching
DSA
DSA Tutorials
This Algorithms with Javascript tutorial is designed to help you understand and implement fundamental algorithms using the versatile JavaScript programming language. Wheth...
read more
Algorithms
JavaScript
Web Technologies
DSA
Tutorials
DSA Tutorials
Two friends, A and B, are playing the game of matchsticks. In this game, a group of N matchsticks is placed on the table. The players can pick any number of matchsticks f...
read more
Algorithms
Mathematical
Competitive Programming
DSA
DSA Tutorials
Algorithms are step-by-step instructions used to solve problems. Developing algorithmic thinking helps in breaking down complex problems into smaller problems and then sol...
read more
Algorithms
Picked
DSA
DSA Tutorials
Binary Search on Answer is the algorithm in which we are finding our answer with the help of some particular conditions. We have given a search space in which we take an e...
read more
Searching
DSA
Binary Search
DSA Tutorials
Chess is a timeless and strategic two-player board game that has been played for centuries. It's a game of skill, tactics, and strategy that requires players to out-think ...
read more
DSA
chessboard-problems
DSA-Blogs
DSA Tutorials
Given an array X[] of length N. Then your task is to output the minimum number of elements needed to remove so that the Bitwise XOR of any pair is either 0 or 1.Examples:I...
read more
Bit Magic
Geeks Premier League
DSA
Arrays
Bitwise-XOR
Greedy Algorithms
Geeks Premier League 2023
DSA Tutorials
DSA (Data Structures and Algorithms) is the study of organizing data efficiently using data structures like arrays, stacks, and trees, paired with step-by-step procedures...
read more
DSA
Tutorials
DSA Tutorials
A doubly linked list is a more complex data structure than a singly linked list, but it offers several advantages. The main advantage of a doubly linked list is that it al...
read more
Linked List
Data Structures
DSA
doubly linked list
DSA Tutorials
Data Structures and Algorithms (DSA) refer to the study of methods for organizing and storing data and the design of procedures (algorithms) for solving problems, which op...
read more
DSA
DSA Tutorials
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !