1. 1.
    0
    c programlama bilen biri yardım etsin ulan

    data structures ile ilgili.

    linked list, stack falan.

    bakın lan dıbını yalayım nolur.
    ···
  1. 2.
    0
    up up up up
    ···
  2. 3.
    +1
    up up up 7up. espri de yaptım. bakın lan.
    ···
  3. 4.
    0
    up up up up
    ···
  4. 5.
    0
    ödevi yazda bakalım bin
    ···
  5. 6.
    0
    kod mu yazdırcan?
    ···
  6. 7.
    0
    Write a program that firstly creates two seperate sorted linked lists with 20 nodes whose data are integers as given in the lecture examples chosen randomly from the range [1-100] .

    The aim of the program is to list (print) the data of the nodes of both linked lists in a nonincreasing manner.

    You may use the stacks.

    You should firstly implement an insert method for linked lists that makes insertions by preserving the list sorted.

    ---
    küçük örnek için 3 lü mesela :

    linked list 1 -> [4] - [6] - [ 8]

    linked list 2 -> [5] - [7] - [9]

    output 'un

    9
    8
    7
    6
    5
    gibi gitmesi gerekiyo mesela.

    ama bu 20 li olcak.

    node da structu şöyle olcak

    struct node {
    int data;
    struct node *nextPtr;
    };

    hadi la zütümü vercem yapana.
    ···
  7. 8.
    0
    up up up up.
    ···
  8. 9.
    0
    al kanka değerimi iyi bil:

    1 // fig. 2.1: fig02_01.cpp
    2 // text-printing program.
    3 #include <iostream> // allows program to output data to the screen
    4
    5 // function main begins program execution
    6 int main()
    7 {
    8 std::cout << "welcome to c++!n"; // display message
    9
    10 return 0; // indicate that program ended successfully
    11
    12 } // end function main
    ···
  9. 10.
    0
    @9 ingilizcem yok desene bin.
    ···
  10. 11.
    0
    heyooo up up up
    ···
  11. 12.
    0
    kardeşinize bi yardım edin lan.

    tek verebileceğim zütüm var.
    ···
  12. 13.
    0
    elle hesapla kenarda aq
    sonra tek tek printf
    ben bu kadarını biliorm
    ···
  13. 14.
    0
    olmaz o iş aga
    ···
  14. 15.
    0
    @13 olum 40 tane ayrı node var programın dıbına koyarsın teker teker şişer şişer zütümde patlar
    ···
  15. 16.
    0
    @14 moralimi bozma lan :(
    ···
  16. 17.
    0
    ühü. ağlarım lan. bi el atın.
    ···
  17. 18.
    0
    bi programcı yoksa aramızda murat bardakçı gibsin bizi lan.
    ···
  18. 19.
    0
    küstüm lan.
    ···
  19. 20.
    0
    ccc pelin batu ccc
    ···