DSC-Banasthali-Vidyapith / Code-Crossroad

This project contains the carefully compiled Data Structures & Algorithm questions asked by the companies that visit Banasthali Vidyapith on-campus.
MIT License
55 stars 78 forks source link

Added code for Intersection of two linked lists #96

Closed SmritiOjha23 closed 3 years ago

SmritiOjha23 commented 3 years ago

Fixes issue #85

SmritiOjha23 commented 3 years ago

@nimisha-yadav I have updated the file with the required changes. Please check.

SmritiOjha23 commented 3 years ago

@nimisha-yadav The code runs without any errors on Java IDE's like Net beans and Eclipse. However, if a person runs this on online compilers like Codechef, one has to do a small amendment in the definition of the main function else it will throw a runtime error.

SmritiOjha23 commented 3 years ago

@nimisha-yadav please check. I hope it works fine now.