Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Main Method Review Questions | Question, Battery | CS1-level review questions on the main method in Java. | OpenDSA | Main Method |
| 2 | calculate_Main.c | C++ BehaviorExample for demonstrating calculate_Main.c | WebEx | ||
| 3 | c_min_array | Napisati program koji traži unos niza 10 cijelih brojeva sa tastature i zatim ispisuje najmanji element u nizu. | PCEX | ||
| 4 | arrays.j_array_min_max_ | PCEX Set of activities for arrays.j_array_min_max_ | PCEX | ||
| 5 | arrays.j_array_min_max | PCEX Set of activities for arrays.j_array_min_max | PCEX | ||
| 6 | arrays.j_array_min_max | PCEX Set of activities for arrays.j_array_min_max | PCEX | ||
| 7 | ifelse.nested_if_min_max | PCEX Set of activities for ifelse.nested_if_min_max | PCEX | ||
| 8 | ifelse.nested_if_min_max | PCEX Set of activities for ifelse.nested_if_min_max | PCEX | ||
| 9 | c_pokazivaci_min_max | Napisati program koji implementira i poziva funkciju min_max. Funkcija prima dva cijela broja i pomoću pokazivača sprema u zadane varijable:... | PCEX | ||
| 10 | py_list_min_max | PCEX Set of activities for py_list_min_max | PCEX | ||
| 11 | py_list_min_max_llm | PCEX Set of activities for py_list_min_max_llm | PCEX | ||
| 12 | py_nested_if_min_max | PCEX Set of activities for py_nested_if_min_max | PCEX | ||
| 13 | Practicing searching the index of the min element | Construct a program that finds the index of the minimum element in a list. num_list is a test case where... | jsParsons | recursion, search algorithms, sorting algorithms | |
| 14 | Practicing searching the index of the min and max elements | Construct a program that finds the indexes of both the max and min elements in a list. num_list is a... | jsParsons | algorithm analysis, recursion, search algorithms, sorting algorithms |