singly-linked-list
Here are 41 public repositories matching this topic...
Source codes for the Data Structures and Algorithms in C++ and Java book
-
Updated
Nov 3, 2023 - Java
A collection of powerful data structures are using java
-
Updated
Dec 14, 2023 - Java
Implement data structures and algorithms in java :)
-
Updated
May 12, 2021 - Java
Performes a Quick-Sort on a singly linked list using generic Nodes in Java.
-
Updated
Jan 24, 2021 - Java
Basic Data Structures + LeetCode Problem Approaches
-
Updated
May 6, 2023 - Java
Data structure and algorithms to brush up concepts. Solved problems in Java related to common data structures.
-
Updated
Apr 15, 2025 - Java
ArrayList common methods implementations
-
Updated
Sep 4, 2020 - Java
You can view the full java codes from basics to hardest data structures here. My programs are ideal for both beginners and experienced developers looking to enhance their programming skills. Feel free to explore my repo...
-
Updated
Jan 11, 2024 - Java
This Git repository hosts custom Java implementations of essential data structures like ArrayList, LinkedList, Stack, and Queue. Each structure is optimized for efficiency and versatility. Thoroughly documented with accompanying test suites, it's a valuable resource for learning, interviews, or real-world projects.
-
Updated
Jun 13, 2024 - Java
A simple implementation of Uno Game with self-implemented data structures: BST, single&doubly linked list, queue.
-
Updated
Dec 26, 2017 - Java
Data Structures(veri yapıları) => Singly Linked List Doubly Linked List
-
Updated
Feb 28, 2019 - Java
takes a starting takes a point in a directed graph and shows the nodes that are reachable within two steps
-
Updated
Jun 28, 2024 - Java
A Java implementation of a Singly Linked List with basic operations: insertion at the beginning, end, or specific positions, deletion by value, and displaying the list. It provides a simple, menu-driven interface for managing the list.
-
Updated
Jan 14, 2025 - Java
The "Java Data Structures and Algorithms Repository" is a curated collection of well-organized Java code for sorting, searching, linked lists, and stacks. It's a valuable resource for developers seeking to enhance their skills in data structures and algorithms.
-
Updated
Jul 7, 2023 - Java
This repository Explains Implementation of SinglyLinkedList in Java and it's operations
-
Updated
Oct 30, 2020 - Java
Programming II class test implemented in Java using Singly Linked List data structure and Java IO.
-
Updated
Feb 14, 2020 - Java
This is a simple example of a singly linked list implementation in Java.
-
Updated
Dec 5, 2019 - Java
This project aims to solve the problem of finding the lexicographically smallest path that takes the minimum amount of time to travel between two islands in a coastal city.
-
Updated
Jun 28, 2024 - Java
Improve this page
Add a description, image, and links to the singly-linked-list topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the singly-linked-list topic, visit your repo's landing page and select "manage topics."