GRATIS

Create a singly linked list of simple data using Java

  • money

    Cursos gratis (Auditar)

    question-mark
  • earth

    Inglés

  • folder

    Siempre Abierto

  • certificate

    Guía de Registro en Coursera

    arrow
Acerca de este curso

  • Project Overview
    • In this project, the learner will create a singly-linked list where each node stores simple data (like name and age). The learner will achieve this by creating a node and writing methods to add, remove, and output data in the linked list. The learner will also learn how to use the Java LinkedList class to implement a singly-linked list.