Thread: Algorithms In C++ (Urgently needed)

  1. #1
    Registered User
    Join Date
    Jun 2009
    Posts
    2

    Algorithms In C++ (Urgently needed)

    Please solve these question I want to submitted the assignment on time. Here is the questions.


    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

  2. #2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  2. Help urgently needed, please =(
    By *Michelle* in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 06-03-2003, 07:14 AM
  3. real help needed
    By noob2c in forum C Programming
    Replies: 4
    Last Post: 04-06-2003, 03:54 PM
  4. help urgently needed!
    By meys in forum C Programming
    Replies: 0
    Last Post: 10-15-2001, 12:17 PM
  5. help urgently needed!
    By meys in forum C Programming
    Replies: 3
    Last Post: 10-12-2001, 04:11 AM