Skip to content

Explore Java implementations of fundamental data structures and algorithms. This repository is a resource for developers and enthusiasts looking to understand and apply common algorithms and data structures.

Notifications You must be signed in to change notification settings

Arjun-Regmi-Chhetri/DSA-using-Java

Repository files navigation

Data Structures and Algorithms in Java

This repository contains Java implementations of various data structures and algorithms.

Files

  1. Binary Search Tree (BST)

  2. Singly Linked List

    • SinglyLinkedList.java: Implementation of a singly linked list with insert, traverse, search, and delete operations.
  3. Stack

    • Stack.java: Implementation of a stack using an array.
  4. Queue

  5. Sorting Algorithms

  6. Search Algorithms

Usage

  1. Clone the repository:

    git clone https://github.com/Arjun-Regmi-Chhetri/DSA-using-Java.git

About

Explore Java implementations of fundamental data structures and algorithms. This repository is a resource for developers and enthusiasts looking to understand and apply common algorithms and data structures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages