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

TeX and PDF files for the pseudocode for the Longest Palindromic Subs… #32

Closed yildirimyigit closed 5 years ago

yildirimyigit commented 5 years ago

Hello,

In case you want to take a look, I tried out the psuedocode I wrote http://cpp.sh/9bmyy

welcome[bot] commented 5 years ago

Thanks for opening this pull request! Please check out our contributing guidelines.

ghost commented 5 years ago

Ah sorry, I forgot to tell you. Please do not include the pdf file in your PR. (This is because I might suggest changes and you might need to update the pdf file. But Git keeps track of the binary files. Hence, the repo size would just increase. The pdf files would be generated after everything has been finalized.

It would be nice if you could just drop a comment on the issue that you've decided to work on. This way I can guide you properly. This would also help avoid multiple people working on the same issue.

Can you please delete this fork, recreate a new one and then send a new PR? Thanks in advance.

ghost commented 5 years ago

The problem was to find the Longest Palindromic Subsequence. It looks like you've written the code for Longest Palindromic Substring. Anyway, please open a new issue with the proper name.

yildirimyigit commented 5 years ago

Oops. Sorry mate. Updating...