jitendrajat10099 / Competitive-Programming--Solution

This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
27 stars 54 forks source link

Add solutions for GeeksforGeeks practice problems #15

Open jitendrajat10099 opened 5 years ago

RisingGeek commented 5 years ago

I would like to add solutions for stack problems.

jitendrajat10099 commented 5 years ago

You can contribute it . Just make another folder GeeksforGeeks/Stack/problem and provide link in comment as specified in Readme

vrakr19 commented 5 years ago

Added one basic stack problem solution from gfg.

RisingGeek commented 5 years ago

Added one basic stack problem solution from gfg.

where?

RisingGeek commented 5 years ago

PR for "Two stacks in an array" - #24

RisingGeek commented 5 years ago

Stack using two queues - #39

rishika1802 commented 5 years ago

I will like to to add linked list solutions of geeks for geeks practice problems