Sachin kumar

Results 6 comments of Sachin kumar

@Pensuveze go ahead, do it!

@gargshruti folder for the c++ program is already there.

@sourav-gt47 you can also solve this and generate a PR.

@rahulsingh522003 Yes, go ahead

Design a Data Structure SpecialStack that supports all the stack operations like push(), pop(), isEmpty(), isFull() and an additional operation getMin() which should return minimum element from the SpecialStack. All...