ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
507 stars 363 forks source link

added documentation and README file to linked list folder, minor fixes to README #456

Open kseniavelichko opened 9 months ago

kseniavelichko commented 9 months ago

Fixed broken Primorial link in the README, fixed minor style discrepancies in the README, added a README file to the linked list folder, and added documentation to the doubly linked list file in the form of a short description and minor comments explaining the code.

Closes #455

stale[bot] commented 3 months ago

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.

faheel commented 2 months ago

@kseniavelichko Thanks for improving the documentation! Once the above comments are resolved this is good to be merged.