Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Selection sort | Ascending-order Selection sort operates by finding the minimum element of an array and moving it to the “beginning” of the... | PCEX | ||
| 2 | Selection sort | Descending-order Selection sort operates by finding the maximum element of an array and moving it to the “beginning” of the... | PCEX | ||
| 3 | Selection sort | PCEX Set of activities for Selection sort | PCEX | ||
| 4 | Selection Sort | Python CodeVisualization for demonstrating Selection Sort | JSVEE | recursion, search, search algorithms, sorting, sorting algorithms | |
| 5 | Selection Sort Visualization | Algorithm Visualization, Code Tracing Presentation, User Supplied Data | Algorithm Visualization for Selection Sort. Includes code visualization. User can select data for the visualization. | OpenDSA | Selection Sort |
| 6 | Selection Sort Sort Proficiency Exercise | Tracing Exercise | Selection Sort interactive proficiency exercise. Users click on values in an array to move them around as Selection Sort would. | OpenDSA | Selection Sort |
| 7 | Selection Sort: Review Questions | Question, Battery | Selection Sort battery of self-assessment questions. | OpenDSA | Selection Sort |
| 8 | Selection Sort First Pass Slideshow | Algorithm Visualization | Slideshow showing a simple visualization of the first pass for Selection Sort. | OpenDSA | Selection Sort |
| 9 | Selection Sort Second Pass Slideshow | Algorithm Visualization | Slideshow showing a simple visualization of the second pass for Selection Sort. | OpenDSA | Selection Sort |
| 10 | Selection Sort Analysis Slideshow | Algorithm Analysis Presentation | Slideshow showing an analysis of Selection Sort's cost analysis. | OpenDSA | Selection Sort, Worst Case, Average Case, Best Case |
| 11 | Selection Sort2 | Python CodeVisualization for demonstrating Selection Sort2 | JSVEE | sorting algorithms | |
| 12 | py_sorting_selection_sort | PCEX Set of activities for py_sorting_selection_sort | PCEX | ||
| 13 | c_selection_sort | Napisati program koji traži unos niza od 10 realnih brojeva sa tastature. Niz je zatim potrebno sortirati u rastućem redoslijedu... | PCEX | ||
| 14 | Pointer Swap Optimization Slideshow | Presentation | Slideshow showing that Selection Sort can be sped up for large records with swapping to records. | OpenDSA | |
| 15 | c_strukture_i_nizovi_challenge | Napisati program u programskom jeziku C koji radi sa strukturom `Proizvod` koja sadrži naziv proizvoda i njegovu cijenu. U programu... | PCEX | ||
| 16 | c_strukture_i_nizovi | Napisati program u programskom jeziku C koji omogućava rad sa studentima koristeći strukture i nizove. Potrebno je definisati strukturu Student... | PCEX | ||
| 17 | c_strukture_i_nizovi_pokazivaci | Napisati program koji omogućava rad sa studentima koristeći strukture i nizove. Potrebno je definisati strukturu Student koja sadrži ime i... | PCEX | ||
| 18 | Replacement Selection Proficiency Exercise | Tracing Exercise | Interactive algorithm proficiency exercise for the replacement selection algorithm. User clicks on heap nodes to reproduce the behavior of replacement... | OpenDSA | File Processing, External Sorting, Replacement Selection |
| 19 | External Replacement Selection Slideshow | Algorithm Visualization | Slideshow illustrating the replacement selection algorithm, used for external sorting. | OpenDSA | File Processing, External Sorting, Replacement Selection |
| 20 | Selection Condition | Selection Condition | AnnEx | select | |
| 21 | Selection Condition pt | This is the portuguese version. | AnnEx | select | |
| 22 | Pandas Data Selection 1 | Python PredictingFinalResult for demonstrating Pandas Data Selection 1 | QuizPET | pandas | |
| 23 | Multiple Table Selection (1) | Multiple Table Selection (1) | AnnEx | joins | |
| 24 | Multiple Table Selection (1) pt | This is the portuguese version. | AnnEx | joins | |
| 25 | Multiple Table Selection (2) | Multiple Table Selection (2) | AnnEx | joins | |
| 26 | Multiple Table Selection (2) pt | This is the portuguese version. | AnnEx | joins | |
| 27 | Selecting One Attribute | Selecting One Attribute | AnnEx | select | |
| 28 | Selecting One Attribute pt | This is the portuguese version. | AnnEx | select | |
| 29 | Selecting Multiple Attributes | Selecting Multiple Attributes | AnnEx | select | |
| 30 | Selecting Multiple Attributes pt | This is the portuguese version. | AnnEx | select | |
| 31 | Selecting All Attributes | Selecting All Attributes | AnnEx | select | |
| 32 | Selecting All Attributes pt | This is the portuguese version. | AnnEx | select | |
| 33 | Maquina Expendedora Con Dolares y Monedas de Veinticinco | Supongamos que tenemos una máquina expendedora que da cambio. Un cliente selecciona un artículo para comprar e inserta un billete... | PCEX | ||
| 34 | Maquina Expendedora Con Monedas de 25, 10, y 5 centavos | Supongamos que tenemos una máquina expendedora que da cambio. Un cliente selecciona un artículo para comprar e inserta un billete... | PCEX |