-
# Aim
- An element is called a leader in an array, if all the elements to its right in the given array are neither greater or equal to that particular element. This is an effective solution that ex…
-
# Aim
- Creating a stack using a linked list
# Details
- Create a stack data structure using the linked list and the template feature of C++ so that data type of stack is decided at object cr…
-
The current code contains minimalistic documentation that too at only some places. Objective of this issue will be:
- [x] Improve readme instructions
- [ ] Add comments in code
- [ ] Add docstrin…
-
Hello Sir,
I am an LGMSOC'21 participant. I want to implement AVL Tree in c++. Please assign this issue to me.
-
**Is your feature request related to a problem? Please describe.**
Want to add Kth Missing Positive Number in C++ and Python Data structures Folder
**Describe the solution you'd like**
Problem S…
-
# Aim
- to write a program to reverse an array.
### Programming language
- [ ] C
- [ ] C++
- [ ] Java
- [ ] Python
I am an lgmsoc participant
-
1. Problem link: https://practice.geeksforgeeks.org/problems/median-of-two-sorted-arrays1618/1/?track=P100-Searching#
2. Problem: Given Given two sorted arrays of sizes N and M respectively. The task…
-
**Is your feature request related to a problem? Please describe.**
I would like to add the solution to the skyline problem from leetcode
Link to the problem -
https://leetcode.com/problems/the-sky…
-
# Aim
- I want to add the solution of strange array from codeforces
# Details
- This will be the solution for a codeforces problem "Strange Array"
- Question Code - 1539F
- Link to the pro…
-
# Aim
- To make a program that finds the length of the highest peak in the mountain using C++.
# Details
- The function takes an array of integers as an input and returns the length of the hi…