Harshit Singh

Results 112 comments of Harshit Singh

#include using namespace std; // Function to generate Special Triangle void printTriangle(int A[] , int n) { // Base case if (n < 1) return; // Creating new array which...

I have also added DLL in pancake sort PR

Can you assign the task to me? I can write the code

Hi I have added Doubly linked list code and by mistake it has been pushed into the same branch so the code is in Pancake sort. please review it

Hi @Nivig1310, the code for doubly linked list is already added but not merged. You can see through the added code and give some inputs if you have.

@Nivig1310 It sounds good, please add the function in the code.

@Nivig1310 sure, the code for the doubly linked list is in pr above in this chat or (pr #6378). There you can find the given code under the view changes...

I can do this, can you assign me this

Hi I have pushed the bellman ford code to pancake sort pull request please review it