|
| 1 | +<h1 align="center"> |
| 2 | + <br> |
| 3 | + <a href=(https://amzn.to/32tLg3f"><img src="https://i.postimg.cc/cCXjfWNg/Vb-Dynamic-Array-oty-IA0-SUTG.png" alt="Bad Usb" width="500"></a> |
| 4 | + <br> |
| 5 | + VB.NET Dynamic Array |
| 6 | + <br> |
| 7 | +</h1> |
| 8 | + |
| 9 | +<h4 align="center">You will find a small project that I was able to do in class in the second year of BTS, this project aims to use the object-oriented programming as well as understanding the dynamic table.</h4> |
| 10 | + |
| 11 | +## 📃 Functions |
| 12 | + |
| 13 | +- Fichier |
| 14 | + * Nouveau - Create a new dynamic array of the desired size. |
| 15 | +- Données |
| 16 | + * Initialiser à n - Initializes all elements of the array to the value n. |
| 17 | + * Initialiser à zéro - Initializes all elements of the array to the value 0. |
| 18 | + * Initialisation aléatoire - Initializes all elements of the array with a random value. |
| 19 | + * Initialiser séquentielle - Initializes all elements of the array sequentially. |
| 20 | +- Trier |
| 21 | + * Tri à bulles croissant - Sort the items in the array in ascending order. |
| 22 | + * Tri à bulles décroissant - Sort the elements of the table in descending order. |
| 23 | + * Tableau trier ? - Returns how the array is sorted. |
| 24 | +- Rechercher |
| 25 | + * Valeur petit - Returns the value of the element of the array with the smallest value. |
| 26 | + * Valeur grande - Returns the value of the element of the array with the largest value. |
| 27 | + * Indice petit - Returns the index of the array element with the smallest value. |
| 28 | + * Indice grand - Returns the index of the array element with the largest value. |
| 29 | + * Indice petit depuis pos - Returns the index of the array element with the smallest value from the desired index. |
| 30 | + * Indice grand depuis pos - Returns the index of the array element with the largest value from the desired index. |
| 31 | +- Permuter |
| 32 | + * Insérer valeur - Inserts a new value at the end of the array. |
| 33 | + * Inveser tableau - Invert the elements of the array (the first element goes last etc..). |
| 34 | + * Supprimer - Delete the element from the array by giving its index. |
| 35 | + |
| 36 | +## 🛠 Useful links |
| 37 | + |
| 38 | +- [Visual studio IDE](https://visualstudio.microsoft.com/fr/) |
| 39 | + |
| 40 | +> GitHub [@ahmosys](https://github.com/ahmosys) · |
| 41 | +> Twitter [@ahmosys](https://twitter.com/ahmosys) · |
| 42 | +> Mail ahmosyspro@protonmail.com |
0 commit comments