Skip to content

somenath203/LinkLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 LinkLite

🎥 Application Demo Video

Screenshot (825)

https://www.youtube.com/watch?v=CeMlR5hgRS8

📖 Introduction

LinkLite is a command-line interface (CLI) application for working with singly linked lists. It allows users to perform various operations like inserting, deleting, searching, and displaying nodes in a linked list. This tool is designed to make learning and experimenting with linked lists easier, especially for beginners in data structures.

🌟 Features of the Application

  1. Insert Operations

    • ➕ Insert a node at the beginning.
    • ➕ Insert a node at the end.
    • ➕ Insert a node at a specific position.
  2. Delete Operations

    • ❌ Delete a node from the beginning.
    • ❌ Delete a node from the end.
    • ❌ Delete a node from a specific position.
  3. Search Operation

    • 🔍 Search for a specific node in the linked list.
  4. Display Linked List

    • 📜 View all the elements in the linked list in an easy-to-read format.
  5. User-Friendly CLI

    • 🛠️ Simple menu options to guide users through all the operations.

💻 Technologies Used

  • ☕ Java: The core programming language used to develop the application.

About

Click below to checkout the video of the project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages