├── .github └── workflows │ ├── c-cpp.yml │ └── jekyll-gh-pages.yml ├── Binary_search_program_accept_n_city_to_search.c ├── Binary_search_program_accept_structure_employe_and_display_emp_name_search_to_record.c ├── Binary_search_program_accept_structure_employe_and_display_empno_search_to_record.c ├── Binary_search_program_number_is_found_or_not.c ├── Binary_search_program_number_is_found_or_not1.c ├── Linear.c ├── Sentinal.c ├── Union.c ├── accept n elements store those elements in an array and find and replace a given number. ├── maximum.c ├── p6.rpm ├── square.c ├── v.c ├── v1.c ├── v2.c ├── v3.c ├── v4.c ├── v5.c ├── v6.c └── v7.c /.github/workflows/c-cpp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/.github/workflows/c-cpp.yml -------------------------------------------------------------------------------- /.github/workflows/jekyll-gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/.github/workflows/jekyll-gh-pages.yml -------------------------------------------------------------------------------- /Binary_search_program_accept_n_city_to_search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/Binary_search_program_accept_n_city_to_search.c -------------------------------------------------------------------------------- /Binary_search_program_accept_structure_employe_and_display_emp_name_search_to_record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/Binary_search_program_accept_structure_employe_and_display_emp_name_search_to_record.c -------------------------------------------------------------------------------- /Binary_search_program_accept_structure_employe_and_display_empno_search_to_record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/Binary_search_program_accept_structure_employe_and_display_empno_search_to_record.c -------------------------------------------------------------------------------- /Binary_search_program_number_is_found_or_not.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/Binary_search_program_number_is_found_or_not.c -------------------------------------------------------------------------------- /Binary_search_program_number_is_found_or_not1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/Binary_search_program_number_is_found_or_not1.c -------------------------------------------------------------------------------- /Linear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/Linear.c -------------------------------------------------------------------------------- /Sentinal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/Sentinal.c -------------------------------------------------------------------------------- /Union.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/Union.c -------------------------------------------------------------------------------- /accept n elements store those elements in an array and find and replace a given number.: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/accept n elements store those elements in an array and find and replace a given number. -------------------------------------------------------------------------------- /maximum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/maximum.c -------------------------------------------------------------------------------- /p6.rpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/p6.rpm -------------------------------------------------------------------------------- /square.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/square.c -------------------------------------------------------------------------------- /v.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/v.c -------------------------------------------------------------------------------- /v1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/v1.c -------------------------------------------------------------------------------- /v2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/v2.c -------------------------------------------------------------------------------- /v3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/v3.c -------------------------------------------------------------------------------- /v4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/v4.c -------------------------------------------------------------------------------- /v5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/v5.c -------------------------------------------------------------------------------- /v6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/v6.c -------------------------------------------------------------------------------- /v7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vaishnavikotkar2004/Searching-Programs/HEAD/v7.c --------------------------------------------------------------------------------