Softpedia
 


SCRIPTS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Koken 0.8.2
  • ContentBox 1.5.2
  • jQPlayer 0.5.2
  • SPOILER ALERT! 0.0.2
  • jQuery Mask Plugin 0.9.0
  • Easing Slider 2.1.2
  • Btapp.js 0.2.0
  • WiiFlash 0.4.5
  • Breeze.js 1.3.3
  • TinyMCE Templates 3.0.2
  • Home > Scripts > Programming Methods and Algorithms

    Basic Linked List 4

    Download button

    Downloads: 1,822  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.8/5)
    15 user(s)
    Developer:

    Website:

    License / Price:

    Platforms:

    Databases:

    Language:

    Last Updated:

    Category:
    Ronald Holland | More scripts
    planetsourcecode.com
    Freeware 

    Windows / Linux / Mac OS / BSD / Solaris
    N/A
    Java
    July 14th, 2008, 07:39 GMT
    C: \ Programming Methods and Algorithms

     Read user reviews (0)  Refer to a friend  Subscribe

    Basic Linked List description

    This is a car parts application that uses a Linked List and random access to create and maintain persistent data.

    The end result is a Car Parts application that uses a Linked List and random access to create and maintain persistent data.

    Functions
    - LinkedList() - Constructs an empty list.
    - LinkedList(int n, LinkedList ln) This Constructor is no longer used
    - add( int num ) - Inserts the specified element to this list in ascending sorted order.
    - addLast( int num) - Appends the given element to the end of this list.
    - addFirst( int num ) - Inserts the given element at the beginning of this list.
    - DisplayLL() - Displays the elements in the list to the screen
    - Remove(int num) - Deletes the specified element from the list.
    - isEmpty() - Determines if the list is empty.
    - contains( int num ) - Determines if the specified value is in the list.
    - toArray(int a[]) - Add each element in the list to the referenced array.
    - getLast() - Returns the last element in the list.
    - size() - Returns the size of the list i.e., the number of elements.
     



    TAGS:

    add link list | modify data | linked data | modify | add | link

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM