Skip to content

Instantly share code, notes, and snippets.

View Norjuelas's full-sized avatar
🎯
Focusing

Nicolas David Orjuela Sanchez Norjuelas

🎯
Focusing
View GitHub Profile
@alvareztech
alvareztech / EjemploArrayList.java
Created October 12, 2016 00:30
Ejemplos de calculo de tiempos en Java con ArrayList y LinkedList
package tech.alvarez;
import java.util.ArrayList;
public class EjemploArrayList {
public static void main(String[] args) {
ArrayList<Estudiante> l = new ArrayList<Estudiante>();