clubgamma / Good_First_Issue_Web_App

GitHub advises the usage of "good first issue" (GFI) labels to identify issues that are feasible for newcomers to handle in order to speed up beginner onboarding. In this project, we propose GFI-Web-app, a proof-of-concept for automatic GFI recommendation in reality.
https://good-first-issue-web-app.vercel.app/
MIT License
8 stars 19 forks source link

Added function that retrieves the k largest elements from an array. #28

Open cybersholt opened 11 months ago

cybersholt commented 11 months ago

Hey Fellow Contributors and creators of this repository! I'd like to mention that I:

The contributions that I did in this project are as follows:

  1. I added a PHP file in frontend/src/ that contains a function that retrieves the k largest elements from an array.
  2. Added .gitignore, so it wouldn't add PHPStorm files to the repo.
  3. Added issue #27 , I've got experience making these