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

## Related Issue Add Priority Queue [Python] - Info about Issue or bug fixes #1630 #### Describe the changes you've made Added code implementation of Priority queue in Python. Updated...

**Problem statement** Given a number N find the sum of the count of set bits of all numbers from 0 to N (both inclusive). **Solution approach** Here I'll count all...

cpp
python
java
gssoc21
Level0
bitmasking

Hey, @tarun26091999 @rudrakshi99 I am a **gssoc'21** participant. Please assign this issue to me for work in CPP. **Taylor's series of e^x is:-** e^x= 1+ x/1! + x/2! + x/3!...

cpp
java
gssoc21
Level0
Number Theory

**Maximum in each window of size K** **Problem statement** find the maximum for each and every contiguous subarray of size k **Example** Given : Array a[]={1, 2, 3, 1, 4,...

**Is your feature request related to a problem? Please describe.** Problem statement: Median of Running stream **Describe the solution you'd like** The median of running stream will be solved using...

cpp
python
java
gssoc21
Number Theory

@tarun26091999 @khusheekapoor Please review this PR for issue #560 .

issue #753 I have added the code in Code/Python perfect_number. Please review it @raksha009 ! Thanks!!

i would like to work on it in C++ language under GSSoc'21 please assign it to me @anubhavitis @dheerajkotwani @tarun26091999 @todi-2000 @geekquad @plazzy99 @rudrakshi99

python
java
string
gssoc21
Level0

issue #314 solved c++ Please review and merge my code @tarun26091999 Thank u!

Hi my name is Ardra, participant of GSSoC'21 Using the divide and conquer method find the closest number in an array eg: if the input is 4, then a number...

cpp
python
java
array
gssoc21
Level1