Algo-Tree icon indicating copy to clipboard operation
Algo-Tree copied to clipboard

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exem...

Results 111 Algo-Tree issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** > Find the smallest missing positive integer from the given unsorted array. **Describe the solution you'd like** > Function that...

Hey! @tarun26091999 sir I am GSSOC'21 Participant and I want to add this issue if you allow. input : 1 2 3 Output : {} 1 1 2 1 2...

java
array
gssoc21
Level1

For issue #611 [ reverse_string using python ]

## Related Issue - Info about Issue or bug fixes #[issue number that will be closed through this PR] #### Describe the changes you've made A clear and concise description...

In this algorithm i will try to find the number of prime number present from a to b and give a count with each number !! Will start working on...

cpp
python
java
gssoc21
Level0
Number Theory

delete the node when Pointer/ reference to head node is not given. discord : diksha#6684 @avijit1999 @tarun26091999 @dheerajkotwani @anubhavitis

cpp
python
linked-list
gssoc21
Level0

In this, we are given a sorted array of n elements which has been rotated clockwise k number of times. Here we will output the number of times the given...

cpp
python
array
searching
gssoc21
Level0

I would like to work on this issue .Please assign it o me.

cpp
python
java
gssoc21
Level0
Number Theory

**Is your feature request related to a problem? Please describe.** To print 2D matrix in clockwise or anticlockwise direction spiral form **Describe the solution you'd like** I will take the...

cpp
python
java
gssoc21
Level1
2D array

**Is your feature request related to a problem? Please describe.** In a sorted array of positive integers (elements may be repeated), the task is to find the leftmost index of...