Blog

Articles about IoT, PCB Design, Simulation and Development

6 results for Estructuras de datos

2 min read ES CA EN

One-dimensional and two-dimensional arrays in Java

An array is an object that contains one or more elements. Each element can contain a primitive data type or can contain references to objects. All elements of an array must be of the same type…

Read more →
2 min read ES CA EN

Data Structures and Algorithms I

Theory: Preprocessor. Modularity and Libraries. Text Files. Pointers and Addressing. Abstract Data Type (ADT). Recursion. Dynamic Memory. Recursive Dynamic Linked Lists. Seminars: Text files…

Read more →
6 min read ES CA EN

DAM_03

Structured and modular programming Java (Oracle) Installation Fundamentals (UF4) 2015-09-25 Presentation. Hello world explanation. Hello World in Java. 2015-10-01 Test -> Hello world, based on JAVA…

Read more →
3 min read ES CA EN

Generic classes in Java

With the ArrayList class, we have been able to see how we could make a list of any object, as this class uses this Java paradigm, which is called generic programming. Generic programming consists of…

Read more →
Collections in Java
4 min read ES CA EN

Collections in Java

Application of storage structures in object-oriented programming. Collections are objects that reference a set of objects. They are dynamic structures. Any object can be stored in a collection. They…

Read more →
Android word search
4 min read ES CA EN

Android word search

ANDROID PRACTICE M08UF1 A first version of the game will have an initial activity showing a welcome screen, displaying the scores in a list, and featuring a button to play. In this version, the word…

Read more →