vincenzopalazzo / cpstl

Copy and Paste standard library (CPSTL) is a repository with a collection of data structure and algorithms in many different languages
https://docs.page/vincenzopalazzo/cpstl
GNU General Public License v2.0
14 stars 3 forks source link

cpp: Finsish implementation of the LinkedList #38

Open vincenzopalazzo opened 2 years ago

angelinakap2 commented 2 years ago

Hi @vincenzopalazzo, I have some experience in Java and C++ and am interested in open-source contribution for my Intro to Software Engineering class. Would it be possible to add me as a participant to this project?

angelinakap2 commented 2 years ago

I have added an updated Linked List to this code to hopefully create a solution to your issue, let me know if you have any questions.

vincenzopalazzo commented 2 years ago

Hi @angelinakap2, to be a participant inside this repository you need just to open a PR, and after that, I will review the code and if it respects the code criteria, I will merge it