Just-A-Visitor / Algorithmic-Pseudocode

This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pseudocode for reversing a linked list [Recursive / Iterative]

opened this issue · comments

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

Added both the versions.