their 'like' values. The order of elements with other 'content' lengths should remain unchanged.
f3: Check if in the list there are at least 3 elements having minimum like then remove the third
one (thus if only one element with minimum like then do nothing).
When running, the program will add some data to the list. Sample output might look something like:
Add how many elements: 0
Add how many elements: 0 Enter TC(1-fl;2-f2;3-13): 2
Enter TC(1-f1;2-f2;3-f3): 1
The list before running f2:
(A,6) (B1,9) (C,2) (D1,29) (E,22) (F1,19) (G,12) (H1,5)OUTPUT:
The list before running f1:
(A,6) (H1,5) (C,2) (B1,9) (E,22) (F1,19) (G,12) (D1,29)
4 of 4 Paper No: 1 (A2,17) (B1,2) (C3,2) (D4,17) (E5,2)
OUTPUT:3
Add how many elements: 0 Enter TC(1-f1;2-f2;3-f3): 3
The list before running f3:(H,8) (G,65) (E,8) (F,47) (E,56) (C,65) (B,8) (A,65)
OUTPUT:(H,8) (G,65) (E,8) (F,47) (E,56) (C,65) (A,65)
Zoom FUD
Close
+ 100%