Pronay Debnath

Results 21 comments of Pronay Debnath

@abrahamcalf please merge this PR, and add hacktoberfest accepted label for getting eligibility in hacktoberfest! Thank you!

@abrahamcalf waiting for your review!

@abrahamcalf waiting for your review to merge my PR for hacktoberfest!

@appgurueu @raklaptudirm please check this review, I have added one important algorithm which was missing in the linked list directory, please approve this PR and merge the PR so that...

Firstly, the circular doubly linked list will combine some advantages of a circular linked list and a doubly linked list, the circular doubly linked list can go bidirectional, as each...

> > [...] Some algorithms and data structures may benefit from the circular nature of doubly linked lists, such as certain graph algorithms, where you need to traverse a graph...

Did you check that out @appgurueu ? Please help to merge this PR so that it can be admitted as "hacktoberfest-accepted"

It showed one error, can I edit that @appgurueu ?

> The code looks fine, though > > * Inserting/removing at the head takes a fast path, but not inserting/removing at the tail. Why? > * Still, my main concern...