-
# Aim
- To check if a given number is a power of two.
# Details
-Given a non-negative integer N. The task is to check if N is a power of 2. More formally, check if N can be expressed as 2x fo…
-
**Is your feature request related to a problem? Please describe.**
An authentication page that can be used in website to provide sign up, sign in , log in ,log out features.
**Describe the soluti…
-
# Aim
-we generally saw most of the pattern problems are solved using 1shape joining two shapes in
# Details
- we generally saw most of the pattern problems are solved using 1shape but in thi…
-
**Wanted to add the Prim's Minimum Spanning Tree Problem to the Algorithms Folder**
**Describe the solution you'd like**
I wanted to provide the solution in C and C++
@Ayush7614 @ravikr126 @Sau…
-
**Problem statement**
Given two strings, S1 and S2, the task is to find the smallest substring in S1 containing all characters of S2 efficiently.
**Example:**
Given: S1="letsgrowmore" S2="srw"
…
-
# Aim
Want to add a solution of "Left Or Right"
Kindly assign me this problem. I would like to add my solution to this problem in C++ easily and efficiently using multi-dimensional array.
Link to…
-
# Aim
- To implement quick sort
# Details
- Its a C code
### Programming language
- [x] C
- [ ] C++
- [ ] Java
- [ ] Python
-
Given an array of pairs of integers, find all symmetric pairs, i.e., pairs that mirror each other. For instance, pairs (x, y) and (y, x) are mirrors of each other.
For example
Input: {3, 4}, {1…
-
Detailed documentation with screenshots.
-
# Aim
- I would like to add the solution of this problem in Leetcode folder of DS-ALGO-Practice.
# Details
- Problem:-Range Sum Query - Immutable.
- Link:-https://leetcode.com/problems/range-sum…