/ds

Implementation of Data Structures using Java.

Primary LanguageJavaMIT LicenseMIT

ds

Implementation of Data Structures using Java.

Contents

  • Linked List
    • Print the contents of a linked list [link]
    • Insert an element at the head of a linked list [link]
    • Delete an element from a given position in a linked list [link]
    • Print the elements of a linked list in reverse order [link]
    • Reverse a linked list [link]
    • Compare two linked lists [link]