-
### Description
Given an integer, the task is to determine whether this number is a power of 2 or not!
### Domain
Competitive Programming
### Type of Contribution
Documentation
### Code of Condu…
-
### Description
Given an array arr[] of N integers arranged in a circular fashion. Find the maximum contiguous subarray sum.
[Link](https://practice.geeksforgeeks.org/problems/max-circular-subarray-…
-
Hi @salman-bhai
I have some suggestions to improve the reach and usefulness of this repository as this concept is extremely supportive for competitive programmers and is helpful resource for ACM ICP…
-
## 🚀 Feature
A 2D binary indexed tree, also known as a 2D Fenwick tree, is a data structure which can update elements and calculate sum queries efficiently.
### Have you read the Contribution Gu…
-
# 2022 ICPC North American Championship | Yet Another Competitive Programming Blog
Yay the blog has been revived!
[https://mzhang2021.github.io/cp-blog/nac/](https://mzhang2021.github.io/cp-blog/nac…
-
This could be of your interest https://books.google.dz/books/about/Competitive_Programming_in_Python.html?id=JA0FEAAAQBAJ&printsec=frontcover&source=kp_read_button&hl=en&redir_esc=y#v=onepage&q&f=fals…
-
# How to Understand Hard Tutorials | Yet Another Competitive Programming Blog
Hooray, it’s my first post of October, meaning I’ve kept this blog running for at least a month!
[https://mzhang2021.git…
-
## 🚀 Feature
Adding codes and explanation of unbounded knapsack using top down array-DP in cpp
### Have you read the Contribution Guidelines?
yes
## Pitch
DP plays an important role dur…
-
https://github.com/mfussenegger/nvim-dap allows us to debug code inside of neovim. It'd be cool if we could automatically create configurations for competitive programming testcases (possibly by langu…
-
### Description
Here I want to make documentation on interpolation sort. I will discuss its logic, time and space complexity, and implementation.
### Domain
Competitive Programming
### Type of C…