yangshun / tech-interview-handbook

💯 Curated coding interview preparation materials for busy software engineers
https://www.techinterviewhandbook.org
MIT License
119.09k stars 14.73k forks source link

Found a link leading to a wrong page #552

Closed UponTheSky closed 1 year ago

UponTheSky commented 2 years ago

I guess this is kind of a minor problem, so I just make this issue to let you know, without making a PR.

Currently, the stack algorithm page has two different question links that lead to the same page of the leetcode question(I just copied them so that you could see what's happening):

As you see, both links lead to the question 232, Implement Queue using Stacks.

The link "Implement Stack using Queues" should be connected to the question 225, Implement Stack using Queues.

Hope this would be helpful.

Thank you for the useful materials!