hacktoberfest_21 icon indicating copy to clipboard operation
hacktoberfest_21 copied to clipboard

This repository is dedicated to serve developers for "good first issue" in Hacktoberfest 2021.

Results 4 hacktoberfest_21 issues
Sort by recently updated
recently updated
newest added

Cycle sort was missing, thought this might help! :)

Testing out how contributing to github projects work.

added bubllesort.cpp "Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order."

Added BufferedReader (from App class) in a try- catch block to improve exception handling