this is due June 19th at 11:00pm. 3 attempts. 🙂 my login is in the other post!
10:41
Back
Week #3. You should know
Searching and Sorting Arrays (Chapter 8)
1. What a sorting algorithm is used for (8.3)
2. The algorithm for the bubble sort
3. Why it takes a third variable to swap two other
variables
What you should know-3
2022SU COSC-1437-86005
4. The algorithm for the selection sort
5. The similarities and differences between the
bubble sort and
the selection sort
6. How to perform a bubble sort with an array and
with a vector
7. How to perform a selection sort with an array and
with a vector
Structures (Chapter 11)
8. How to explain what an abstract data type
(ADT) is (11.1)
9. The differences between primitive data type and
an ADT
10. What a structure is and what it can contain
(11.2)
11. How to declare a structure type
12. What a programmer means when s/he refers to a
structure’s members
13. What an instance of a structure is
14. How to use the dot operator to access a
structure’s members (11.3)
15 How to compare two structure variables for
◄ Previous
Dashboard
Calendar
To Do
Notifications
Next ►
Inbox
610:41
< Back
What you should know-3
2022SU COSC-1437-86005
11. HOW to declare a structure type
12. What a programmer means when s/he refers to a
structure's members
13. What an instance of a structure is
14. How to use the dot operator to access a
structure's members (11.3)
15. How to compare two structure variables for
equality
16. How to partially or fully initialize a structure
variable (11.4)
17. How to define an array of structures (11.5)
18. How to access individual structures inside the
array
19. How to access the members of structures inside
the array
20. How to use loops to process the entire array of
structures
21. How to partially or fully initialize an array of
structures
22. How to use individual members of a structure as
function arguments (11.7)
23. How to send a structure as a value parameter
to a function
24. How to send a structure as a reference
parameter to a function
25. How to send a structure as a constant
reference parameter to a function
269. How to return a structure from a function
(11.8)
< Previous
Dashboard
Calendar
To Do
Notifications
Next ►
Inbox
6