Home Forums C Programming Algorithms In C++ (Urgently needed)

Viewing 1 reply thread
  • Author
    Posts
    • #2203
      DeloresCarrol
      Participant

      I need Urgently help on my assignment please solved these questions I will be very thankful to you.

      Q1 Implement the binary search & sequential search algorithms is C language.
      Use these values to search 8 from them. 12,13,8,11,9,4,16

      Q2 Write a program in C language that can insert an element at the start, and end
      with a doubly link list.

      Q3 Write a manual steps to sort the given data by Bubble sort. Values are
      12,1,9,10,5,4,16,11,8

      Q4 Perform the manual steps of insertion sort, bubble sort and selection sort for the
      following values 9,12,15,1,2,14,10,11

    • #3579
      GWILouisaxwzkla
      Participant

      first part:

      second part:

      bubble sort:

      selection sort:

Viewing 1 reply thread
  • The forum ‘C Programming’ is closed to new topics and replies.