Search:

Type: Posts; User: alaa

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,977

    c++/data structure

    the problem is:the sequential search alogirthm will always find the first occurrence of an item in a data set creat a new sequential search method that takes a second integer argument indicating...
  2. Thread: data structure

    by alaa
    Replies
    1
    Views
    949

    data structure

    the problem is:
    write the sequential search method that find the last occurance of an item
    the code runs but it donot give the right answer
    here is my code



    #include<iostream>
    using...
  3. Thread: c++

    by alaa
    Replies
    1
    Views
    848

    c++

    i have 1 error and i cannot fix it ,here is my code




    #include<iostream>
    #include<string>
    using namespace std;
    int main()
    {
Results 1 to 3 of 3