mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
2 Search folders #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnupKumarPanwar on GitHub (Oct 3, 2017).
There are 2 separate folders in the repo for searching algorithms. Merge them.
@Yogendra0Sharma commented on GitHub (Oct 3, 2017):
@AnupKumarPanwar : the Searches folder has only one file for BinarySearch algorithm and searching folder already have this file with same content.
do we directly remove the Search folder and keep searching folder as it is ? because of no need to merge both the folder.
@AnupKumarPanwar commented on GitHub (Oct 3, 2017):
Merged 2 sorts for sorting algorithms