Giter Site home page Giter Site logo

punctualpears's Introduction

punctualPears

Contains content satisfying requirements for specific course.

punctualpears's People

Contributors

chulderman avatar gi-miguel-millan avatar

Watchers

James Cloos avatar  avatar

punctualpears's Issues

HW04 - SingleLink

This class is responsible for generating Links to build the SinglyLinkedList;

HW04 - LinkedListGen

This class is responsible for generating the SinglyLinkedList from SinglLinks created by the SingleLink class

HW04 - ArrayListGen

This class is responsible for generating an ArrayList of Integers; it will be filled by the int[] array generated by the ArrayGen.java class.

HW04 - JCFIteratorDemo

  1. The β€œmain()” method in the JCFIteratorDemo class is called the start the App.
  2. The JCFIteratorDemo class then directs the ArrayGen class to generate an int[] array with 20 elements, having ascending values from 1 through 20.
  3. The JCFIterator class is passed the reference to this array. The JCFIteratorDemo class then directs the ArrayListGen class to generate an ArrayList; it is then filled with the elements from the int[] array;
  4. The JCFIteratorDemo class then builds an Iterator class that finds all the odd elementsin the ArrayList class and prints them to the command line;
  5. The JCFDemo class then directs the SingleLink class to build a SinglyLinkedList and fill it with elements from the int[] array. The SingleLink class will then pass the reference to this SinglyLinkedList back to the JCFIteratorDemo class.
  6. The JCFIteratorDemo class then builds an Iterator to find all the even elements within the SinglyLinkedList and print them to the command line;

HW04 - ArrayGen

This class is responsible for generating an int[] array that JCFIteratorDemo.java will use to fill the other
JCF Data Structures.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.