Just-A-Visitor / Algorithmic-Pseudocode

This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
GNU General Public License v3.0
762 stars 167 forks source link

Pseudocode for reversing a linked list [Recursive / Iterative] #10

Closed ghost closed 5 years ago

ghost commented 5 years ago

You can find the recursive code, iterative code and the explanation here

ghost commented 5 years ago

Added both the versions.